echo "<meta http-equiv='refresh' content='5';url=index.htm>";
用这个试试 . 
其中content表示倒数的秒数

解决方案 »

  1.   

    如果前面没输出的话
    你也可以用header定向呀
      

  2.   

    应该是这样才对
    echo "<meta http-equiv='refresh' content='5;url=index.htm'>";
      

  3.   

    echo "<meta http-equiv='refresh' content='5;url=index.htm'>";right
      

  4.   

    <script>
    setTimeout("location.reload()",4000);
    </script>
      

  5.   

    谢谢高手帮忙
    我现在用的是:phpyaya() 的方法,aniude(重返荣耀) 的方法还不会,不过还是谢谢大家,每人都有分