当前位置:首页 > PHP教程 > PHP常见问题

有道搜索和IP138的IP的API接口(PHP应用)

<?php 
$myip = $_server["remote_addr"]; 
//ip138 http://wap.ip138.com/ip.asp?ip=www.myolnet.com 
//youdao http://www.youdao.com/smartresult-xml/search.s?type=ip&q=ip 
$ipinfo=fcontents("http://www.youdao.com/smartresult-xml/search.s?type=ip&q=".$myip);//此代码为有道ip库 
if(strpos($ipinfo,'北京') > 0) { 
header('http/1.1 301 moved permanently'); 
header("location: http://www.jb51.net"); 

?> 
【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!