function redirect($url, $time=0, $msg='') {
$url = str_replace(array("\n", "\r"), '', $url);
if (empty($msg))
$msg = "系統(tǒng)將在{$time}秒之后自動跳轉(zhuǎn)到{$url}!";
if (!headers_sent()) {
if (0 === $time) {
header('Location: ' . $url);
} else {
header("refresh:{$time};url={$url}");
echo($msg);
}
exit();
} else {
$str = "<meta http-equiv='Refresh' content='{$time};URL={$url}'>";
if ($time != 0)
$str .= $msg;
exit($str);
}
}
易智創(chuàng)想專注于微信商城制作.微信網(wǎng)站開發(fā),微信營銷策劃,深圳網(wǎng)站設(shè)計,深圳微信網(wǎng)站設(shè)計,營銷型網(wǎng)站建設(shè),深圳網(wǎng)站建設(shè)-您身邊的網(wǎng)絡(luò)營銷策劃專家...咨詢熱線:0755-88823344