$result = file_get_contents($url); $result = iconv("gb2312", "utf-8//IGNORE",$result);