function get_mobile_area($mobile){ html
header('Content-Type:text/html;charset=gbk');ide
$url = 'http://life.tenpay.com/cgi-bin/mobile/MobileQueryAttribution.cgi?chgmobile='.$mobile;url
$content = file_get_contents($url);spa
return $content; htm
}get