Jul 31, 2008
Turning MySQL Data to UTF-8
MySQL | PHP | Tutorials & Resources
Just add below line after MySQL connection is establisted:
mysql_query(”SET NAMES utf8″);
MySQL | PHP | Tutorials & Resources
Just add below line after MySQL connection is establisted:
mysql_query(”SET NAMES utf8″);
No Comments, Comment or Ping
Reply to “Turning MySQL Data to UTF-8”