php-general | 2000071
Date: 07/13/00
- Next message: Sergio A. Murillo: "[PHP] Php4 Upgrade problems"
- Previous message: Martin Lilienthal: "[PHP] Trouble with session_register"
- In reply to: Martin Lilienthal: "[PHP] Trouble with session_register"
- Next in thread: Martin Lilienthal: "RE: [PHP] Trouble with session_register"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 13 Jul 2000, Martin Lilienthal wrote:
> What have I done wrong?
Do you have register_globals turned on? If not, the session_register()
function expects to find "test" variable inside $HTTP_SESSION_VARS
array.
-Andrei
"Freedom comes when you learn to let go.
Creation comes when you learn to say no."
-madonna
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sergio A. Murillo: "[PHP] Php4 Upgrade problems"
- Previous message: Martin Lilienthal: "[PHP] Trouble with session_register"
- In reply to: Martin Lilienthal: "[PHP] Trouble with session_register"
- Next in thread: Martin Lilienthal: "RE: [PHP] Trouble with session_register"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

