Date: 07/17/02
- Next message: Phil Schwarzmann: "[PHP] querying for one specific row number"
- Previous message: Martin Clifford: "Re: [PHP] $HTTP_SESSION_VARS ? Have I got it wrong"
- Maybe in reply to: Henry: "[PHP] $HTTP_SESSION_VARS ? Have I got it wrong"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ignore that, I'll just go grab my copy of Hooked on Phonics so I can learn to read before replying.
:trots off:
Martin Clifford
Homepage: http://www.completesource.net
Developer's Forums: http://www.completesource.net/forums/
>>> "Martin Clifford" <MLC1 <email protected>> 07/17/02 10:15AM >>>
Define the value of $count before registering it, and it should work fine :o)
Martin Clifford
Homepage: http://www.completesource.net
Developer's Forums: http://www.completesource.net/forums/
>>> "Henry" <henry <email protected>> 07/17/02 10:14AM >>>
The answer is probably yes.
I do a
"session_start()" followed by a "$HTTP_SESSION_VARS['count']=2" on one page.
Then I go to another page and do a "session_start()" again; unfortunately
the $HTTP_SESSION_VARS['count'] is empty!!!
I tried doing a "session_register('count2'); $count2=123;" in the first page
followed by another page where I display "$count2" and that works fine.
Why?
Henry
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Phil Schwarzmann: "[PHP] querying for one specific row number"
- Previous message: Martin Clifford: "Re: [PHP] $HTTP_SESSION_VARS ? Have I got it wrong"
- Maybe in reply to: Henry: "[PHP] $HTTP_SESSION_VARS ? Have I got it wrong"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

