header("Location:http://www.xxx/xxx/xx");

解决方案 »

  1.   

    <meta http-equiv="refresh" content="3;url=http://www.ymreg.com">
      

  2.   

    echo "登录成功,三秒后将自动转到论坛首页";
     echo "<meta http-equiv=refresh content=3;url=index.php>";
      

  3.   

    <script>
    alert('登录成功!');
     setTimeout(window.location="xxxx",0)
    </script>
      

  4.   

    这个问题比较奇怪不是么?
    一般是由登陆成功的事件触发进入另一个界面的。
    如果访问一个界面而自动进入另一个界面“shishi1234(孤行泪)"方法就挺好的.
      

  5.   

    shishi1234(孤行泪)"的方法
    是3秒后自动跳转,不管什么情况,时间观很强的
      

  6.   

    header("Location:http://www.xxx/xxx/xx");
    up