The code you are using was used before which acted like the READPARSE() function in perl. This code automatically puts all the values passed to a script by get, post etc in an array. But after PHP 4.0.3 this was removed and was enabled by default in the forum of track_vars. So in other words, you simply dont have to include it.
The Following Explanation is given in the PHP Manual.
CODE
If enabled, then Environment, GET, POST, Cookie, and Server variables can be found in the global associative arrays $_ENV, $_GET, $_POST, $_COOKIE, and $_SERVER.
The thing that you are using is quite outdated and if enabled..
Note that as of PHP 4.0.3, track_vars is always turned on.
I hope the above information is useful.
-OpaQue.
Comment/Reply (w/o sign-up)