[PHP] Re: weird session problem

2001-10-20 Thread Ross Barefoot
Thanks for the suggestion, but this has no effect on the script. And the script runs fine as is on the other host, so I don't think this is the route of the problem. "Chris Lee" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > create the variable then register

[PHP] Re: weird session problem

2001-10-19 Thread Chris Lee
create the variable then register it, not the other way around. also a great function for checking arrays is print_r() print_r($HTTP_SESSION_VARS); -- Chris Lee [EMAIL PROTECTED] "Ross Barefoot" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Summary: