In connection file add the following lines
$mysqli = new mysqli($hostname_###,$username_###,$password_###,$database_###);
$mysqli->query(“SET NAMES ‘utf8′”);
Posted on 12 January 2010.
In connection file add the following lines
$mysqli = new mysqli($hostname_###,$username_###,$password_###,$database_###);
$mysqli->query(“SET NAMES ‘utf8′”);
Posted in MySQL, PHP0 Comments
