Hi everyone
My problem is not new but i didn't solve it completely. When
i working with PHP MySQL server model in Dreamweaver 8 i have the
collation problem with results on my pages. It can be well when the
adding this code after mysql_select_db() line in the pages.
the fixing code is;
mysql_query("SET NAMES 'latin5'");
well, problem was solved however the recordset is damaged in
DW Bindings panel and i didn't use the drag-drop properties
anymore.
I wonder that, the developer can add collation support for
PHP MySQL recordsets in DW for new versions or publish a fix
extension for this problem. It would be so nice, wouldnt it?
whatever i try the modify the DW's ServerBehaviors commands
for this, it was worked but a mysql error appear on the Bindings
panel. I changed ~Dreamweaver
8\Configuration\ServerBehaviors\PHP_MySQL\Recordset_main.edml
source code for first step and i get this error message from
bindings panel. Is there anyone has idea for solves of this
problem. It can be very helpful for other collation needed
developers :)
thanx everyone already now