判断当前url 里面是否包含指定关键字
2018-8-22 乱云飞
$str=$_SERVER['REQUEST_URI'];//这里是345794501 if (strpos($str,'345794501')>=0) header('Location: http://80c.cc'); else header('Location: http://gantong.cc');
本文链接:http://80c.cc/ez/163.html
2018-8-22 乱云飞
$str=$_SERVER['REQUEST_URI'];//这里是345794501 if (strpos($str,'345794501')>=0) header('Location: http://80c.cc'); else header('Location: http://gantong.cc');
发表评论: