Disordered Chinese Characters in Phpld

Open init.php, between
$db->SetFetchMode(ADODB_FETCH_ASSOC);
read_config($db);

add MySQL_query(”SET NAMES ‘latin1′”);

let them becomes: Read the rest of this entry »