http://www.111cn.net/wy/js-ajax/50305.htm
<?php /** @title:PHP实现定时跳转 @功能:等待指定的时间,然后再跳转到指定页面(代替html meta方式) */ header("refresh:3;url=http://www.111cn.net"); echo '正在加载,请稍等...<br>三秒后自动跳转';/* 说明:若等待时间为0,则与header("location:")等效。 */?>