页面转向

Discussion in 'Quantum and Mind' started by hylt, May 5, 2005.

  1. index.php
    代码:

    <?php
    header("refresh:0;url=club");
    ?>



    index.htm
    代码:

    <html>
    <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <meta http-equiv="refresh" content="0;url=club">
    </head>
    </html>



    参考:
    http://www.php.net/manual/en/function.header.php