If I have a url like http://someting.com?such=such&this=that
how do I get that url into a string?
I thought echo $PHP_SELF would work but that is just for the page....duh
echo $_SERVER[REQUEST_URI];
thanks