> > if it's just the string after the ? then use > > $QUERY_STRING can't remember which $_* variable > > it's under... > > $_GET is the superglobal array for URL variables.
And the Query_String is in $_SERVER, as $_SERVER['QUERY_STRING']. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php