On Wednesday, October 15, 2003, at 01:12 AM, [EMAIL PROTECTED] wrote:

I'm using $PHP_SELF, but need to automatically record what variables are
in the URL at that time...
is that possible?

try to get in the habbit of using $_SERVER['PHP_SELF'] on PHP >= 4.1, because $PHP_SELF is deprecated.


anyway, to answer your question, try $_SERVER['QUERY_STRING'] or $QUERY_STRING (deprecated).


Justin French


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to