function get_mobile_area($mobile){ 


    header('Content-Type:text/html;charset=gbk');


         $url = 'http://life.tenpay.com/cgi-bin/mobile/MobileQueryAttribution.cgi?chgmobile='.$mobile;


         $content = file_get_contents($url);

       

         return $content; 


      }