On Thursday 20 November 2003 14:34, David HM Spector wrote:
> I'm seeing really odd behavior using session variables and wonder if
> I'm really just missing something obvious...
>
> My env is:  RH9, httpd-2.0.40-21.5, PHP 4.2.2 (RH RPM, gazillion
> compile flags enabled), session support enabled, register_globals is ON
>
>
> I am writing a multi-page form, on the first page I session_register()
> a mess of variables (8 of them), the first time through the form
> everything works as expected, I can get things out of form variables
> and into relevant the $_SESSION variables.  Items are put into the
> $_SESSION variables on the submit.

RTFM and see what it says about using session_register() and $_SESSION 
together (quite simply, don't).

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Q:      Why did the lone ranger kill Tonto?
A:      He found out what "kimosabe" really means.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to