Hi, Is here anyway to make a variable like $var not the same than $HTTP_SESSION_VARS[var], when register_globals=1?. (where $var is in the script scope). I read in a changelog that this is relatively recent (make $var the same than $HTTP_SESSION_VARS[var]). Thank you. Regards, Rodolfo. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Re: Globals and HTTP_SESSION_VARS variable... Rodolfo Gonzalez Gonzalez
- [PHP] Re: Globals and HTTP_SESSION_VARS var... Richard Lynch
- RE: [PHP] Globals and HTTP_SESSION_VARS var... Johnson, Kirk