• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • PHP快速入門教程之for循環!

    發表于:2007-09-07來源:作者:點擊數: 標簽:
    <html> <head> <title>for循環示例</title> <meta http-equiv=content-type content="text/html; charset=gb2312"> </head> <body> <h2 align=center >客戶端的信息-FOR循環</h2> <hr color=red> <!-- PHP 程序的開始--> <? echo"<t
    <html>

    <head>

    <title>for循環示例</title>
    <meta http-equiv=content-type content="text/html; charset=gb2312">

    </head>

    <body>

    <h2 align=center >客戶端的信息-FOR循環</h2>

    <hr color=red>

    <!--PHP程序的開始-->

    <?

    echo"<table border=1>\n";//顯示表格的邊框

    /******************************
    用for循環來讀取$GLOBALS數組的值
    在循環體中顯示出客戶端的信息
    *******************************/

    for ($key=reset($GLOBALS);$key=key($GLOBALS);$key=next($GLOBALS))
    {
    $value=pos($GLOBALS);
    echo "<tr><td>$key</td><td>$value</td></tr>\n";
    }

    echo "</table>\n";

    ?>

    <!--PHP程序的結束-->

    </body>

    </html>

    Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1423202

    原文轉自:http://www.kjueaiud.com

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>