php指定网址跳转代码

网络整理 - 08-25

<?
$s = $_SERVER['QUERY_STRING'];
if ($s == "")
{
$s = "";
}
if ($s == "")
{
$s = "";
}
header("Location:".$s."");
?>