php网页指定网址跳转代码
<?
$s = $_SERVER['QUERY_STRING'];
if ($s == "http://www.baidu.com")
{
$s = http://www.downcc.com;
}
if ($s == "http://www.itmop.com")
{
$s = "http://www.downcc.com";
}
header("Location:".$s."");
?>
一般都是用 header , 稍微高级点的还要在header 再加上其它的东西
关键词:php,跳转代码
阅读本文后您有什么感想? 已有 人给出评价!
- 62
- 1
- 1
- 1
- 2
- 1