I have a search page within an application I'm developing. The search page
could have over a dozen variables passed to it, not through a POST or GET,
just through the URL. Is there something as handy as $HTTP_POST_VARS that
can be used to cycle through the passed to the page?
If PHP is compiled with the CLI, the ARGV and ARGC is available, but what
if it PHP isn't compiled that way?
--
Mike Discenza