Page 1 of 1

What code to catch end of url query?

Posted: Mon Mar 07, 2005 8:27 pm
by hbnmgr
Trying to determine what PHP Code will catch the query at the end of an URL.

For example;

http://www.mydomain.com/index.html?userid


Any idea?

Thanks!
SRR/arr

Posted: Mon Mar 07, 2005 8:37 pm
by feyd
$_SERVER['QUERY_STRING'] I believe.