(PHP 4 >= 4.1.0, PHP 5 < 5.4.0)
Import GET/POST/Cookie variables into the global scope
bool import_request_variables ( string $types [, string $prefix ] )
Imports GET/POST/Cookie variables into the global scope. It is useful if you disabled register_globals, but would like to see some variables in the global scope.
If you're interested in importing other variables into the global scope, such as $_SERVER, consider usi