Hi Everyone, I know this is probably a stupid question, but is there an environment variable that contains all of the parameter parsed to a script via the web browser? Something like the @params array in Perl.
Cheers,
steve
The associative arrays $HTTP_GET_VARS and $HTTP_POST_VARS
See:
http://www.php.net/manual/en/language.variables.predefined.php