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