Development Blog by Professionals
Archive for January 12, 2010
PHP mysqli::set_charset
Jan 12th
In connection file add the following lines
$mysqli = new mysqli($hostname_###,$username_###,$password_###,$database_###);
$mysqli->query(“SET NAMES ‘utf8′”);


