Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] Trouble with session_register From: Andrei Zmievski (andrei <email protected>)
Date: 07/13/00

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>