每2分鐘刷新一次本面

<?php
header("Refresh: 120;");
?>

10秒後 跳到url那頁
<?php
header("Refresh: 10; url=http://www.php.net");
?>

以下沒試過

This will send the visitor to the forums (assuming you have the forums
running under the folder "forums" as ours) after 6 seconds.
<?php
header("Refresh: 6; url=/forums/");
?>


arrow
arrow
    全站熱搜

    a22710518 發表在 痞客邦 留言(0) 人氣()