Wenn ich dies ausführe
mysql_query("SET NAMES 'latin5'"); mysql_query("SET CHARACTER SET latin5");
bekomme ich folgende Fehlermeldung:
mysql_query(
"SET NAMES 'latin5'"
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql_query("SET NAMES 'latin5'")' at line 1
PHP Version 5.2.0
MySql Client API version 5.0.26
mysql_query("SET NAMES 'latin5'"); mysql_query("SET CHARACTER SET latin5");
bekomme ich folgende Fehlermeldung:
mysql_query(
"SET NAMES 'latin5'"
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql_query("SET NAMES 'latin5'")' at line 1
PHP Version 5.2.0
MySql Client API version 5.0.26