Entry
When I use POST/GET methods to send my HTML input, the input will not appear in the next HTMPHP vars
Dec 30th, 2002 08:49
Philip Olson, Delaney Hee Kuan Weng, MP Farmer,
This is because as of PHP 4.2.0, the default value for the
register_globals directive went from on to off.
This is further explained here:
http://www.php.net/variables.external
Like all PHP directives, register_globals is set in php.ini and if you
require it to be on you can modify it there. Using .htaccess is another
option.