Anybody know where the query string variables have gone in PHP 4.2.*? I checked all the 'new' superglobals listed in the manual, but I can't find my query string variables.
I suppose I could put 'register_globals' to 'On' and use $QUERY_STRING[] as I used to under PHP 3.*, but I'd rather not.
Any enlightenment would be much appreciated.