$HTTP_GET_VARS and $HTTP_POST_VARS no longer work
As part of the PASS Migration 2008, the $HTTP_GET_VARS and $HTTP_POST_VARS no longer work.
As part of the 2008 PASS Migration (July 3-7), the register_long_arrays setting on http://php.scripts.psu.edu/ was disabled (set to "Off"). This means that the deprecated long arrays, $HTTP_GET_VARS and $HTTP_POST_VARS, etc, will no longer function.
Instead, one may use the $_GET and $_POST shorter named arrays to access the respective GET and POST method variables passed from the user agent.
More info:
Instead, one may use the $_GET and $_POST shorter named arrays to access the respective GET and POST method variables passed from the user agent.
More info: