snicker, you don't know how tempting it was to RTM

check array function "each" which has a nice explanation on how to use the each
function with features $HTTP_PORT_VARS array...  thats what you are looking for

while (list ($key, $val) = each ($HTTP_POST_VARS)) {
    echo "$key => $val<br>";
}

Dave

>-----Original Message-----
>From: Jon Yaggie [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 01, 2001 12:04 PM
>To: [EMAIL PROTECTED]
>Subject: [PHP] env var
>
>
>is there not an array that saves all session variables?   I just got
>done looking for it and though i am sure there is a list of all these
>variable i am not sure where (it is not in my info file).    thanks
>
>
>btw if you are the RTM (RTF(antastic)M) guy no need reply.
>
>
>
>
>
>Thank You,
>
>Jon Yaggie
>www.design-monster.com
>
>And they were singing . . .
>
>'100 little bugs in the code
>100 bugs in the code
>fix one bug, compile it again
>101 little bugs in the code
>
>101 little bugs in the code . . .'
>
>And it continued until they reached 0
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to