Personal tools
You are here: Home All Locations ASET $HTTP_GET_VARS and $HTTP_POST_VARS no...

$HTTP_GET_VARS and $HTTP_POST_VARS no longer work

Document Actions
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:
For help contact The ITS Help Desk
Also Search the ITS Site Index
Last modified 07-06-2008