Re: Disable Globals locally?
I don't think $_GET and $_POST should ever contain the same values.
There are some code snippets on the php.net page for Register Globals that should help you.
http://au.php.net/register_globals
Re: Disable Globals locally?
Quote:
Originally Posted by penagate
I don't think $_GET and $_POST should ever contain the same values.
There are some code snippets on the php.net page for Register Globals that should help you.
http://au.php.net/register_globals
nice follow up.
http://www.thescripts.com/forum/thread2623.html