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/)
I took a look through the archives and couldn't find any reference
to this.
Is there a way to easily list the variables that are registered within
a session?
Thanks in advance.
--
"Maybe I'll be able to get a job when I graduate..."
-Linus Torvalds
Cole Tuininga
Network Admin
Code Energy,
2 matches
Mail list logo