on 7/26/01 2:33 PM, Cole Tuininga at [EMAIL PROTECTED] wrote:

> Is there a way to easily list the variables that are registered within
> a session?

while (list($key, $val) = each($HTTP_SESSION_VARS)) {
  do_something();
}

 -- mike cullerton



-- 
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