php指定网址跳转代码
本帖最后由 阿冰啊 于 2010-2-8 03:49 编辑
<?
$s = $_SERVER['QUERY_STRING'];
if ($s == "http://www.baidu.com")
{
$s = "http://www.taobao.bz";
}
if ($s == "http://www.163.com")
{
$s = "http://taomm.taobao.bz";
}
header("Location:".$s."");
?>
PPC需要用到 发个代码贴 做个记录
页:
[1]