kbailey@xxxxxxxxxxxxxxxx wrote: > ...Holy cow... nothing to extract the query string, it's automatically > part of the environment. So I just do work with the $_GET string, it's > in there already... yikes. > > You might find phpinfo() particularly useful as an indicator of how php is configured and most of the built in variables such as environment variables. Also http://php.net/manual/en/language.variables.external.php http://php.net/manual/en/reserved.variables.php Spend a little while perusing the documentation at php.net - it is very good. And php.net/function-name is a handy way of looking up a specific function. Cheers -- David Robley Diagonally parked in a parallel universe. Today is Prickle-Prickle, the 14th day of Chaos in the YOLD 3177. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php