Wednesday, 14 May 2014

How can I get special characters out of a mysql

before you execute the query in PHP use this code
mysql_set_charset('utf8');

No comments :

Post a Comment