php網(wǎng)頁指定網(wǎng)址跳轉(zhuǎn)代碼
<?
$s = $_SERVER['QUERY_STRING'];
if ($s == "http://www.baidu.com")
{
$s = http://www.lz0519.com;
}
if ($s == "http://www.itmop.com")
{
$s = "http://www.lz0519.com";
}
header("Location:".$s."");
?>
一般都是用 header , 稍微高級點的還要在header 再加上其它的東西
關(guān)鍵詞:php,跳轉(zhuǎn)代碼
閱讀本文后您有什么感想? 已有
0
人給出評價!
- 62
- 1
- 1
- 1
- 2
- 1