php根据ip获取城市地址
来源:岁月联盟
时间:2012-04-27
function get_address_from_ip($ip)
{
$url='http://www.youdao.com/smartresult-xml/search.s?type=ip&q=';
$xml=file_get_contents($url.$ip);
$data=simplexml_load_string($xml);
return $data->product->location;
}
上一篇:php在文件指定行中写入代码
下一篇:PHP合并静态文件