Re: unset Not working as expected

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I think this was one of the main problems that came about when PHP used to be shipped with register_globals set to OFF (as well as security measures). With PHP register_globals set to ON, you are not allowed, or are not supposed to, have local variables and $SESSION, $POST, $GET etc with the same names.

Tryst

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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux