|
Posted by affiliateian on 11/11/06 08:27
We moved web hosts recently and had to use htaccess to turn on Register
Global to ensure that a few of our old scripts worked properly.
php_flag register_globals on
If we were to turn this off, how do we make PHP recognize a hidden tag
from a form?
Originally, our PHP script could recognize a hidden field via:
if ($variable == "yes")
What is the syntax for this if we were to turn Register Globals off?
Any help would be great. Thanks in advance.
Navigation:
[Reply to this message]
|