Log in

View Full Version : 如何指定时间转跳到一个页面?


car
2008-03-03, 07:16 PM
比如设置3秒
然后转跳到另外一个页面


<?php
$t = $_GET['t'];
header('Location: showthread.php?t=' . $t);
?>