Closed Thread
Results 1 to 2 of 2

Thread: help me!!!!

  1. #1
    Member rotan is an unknown quantity at this point
    Join Date
    Apr 2002
    Posts
    37

    help me!!!!

    when i visit my php homepage which write as following:
    <?php
    while (list($key, $value) = each($GLOBALS))
    {
    echo "$key:$value<br>";
    }
    ?>

    IE only show my ":".
    i dont know why, and who can help me!!!!!
    i install Red Hat linux on my server.

  2. #2
    Pro Member spork is an unknown quantity at this point
    Join Date
    Nov 2001
    Posts
    340
    well, first of all, do you have a db or array to extract keys and values from? if there is nothing to echo you will get nothing...
    a little background info would help here...

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts