在$this-dbh = @mysqlconnect($dbhost, $dbuser, $dbpassword);
下,增加一句
$this-query(”set names ‘utf8’”);
$this-dbh = @mysqlconnect($dbhost, $dbuser, $dbpassword);$this-query(”set names ‘utf8’”);