Is $HTTP_SERVER_VARS['QUERY_STRING'] only availible in PHP4?
I need to get the query string without using a the global $QUERY_STRING variable.
(note: using php3)