Does anyone have any spare code that will enable $PHP_SELF to also contain all available GET vars?
ie:
if current page is www.blah.com/script.php3?name=me&age=old
I would like to $PHP_SELF to echo this as opposed to just providing a link to www.blah.com/script.php3
I've tried grabbing the url and using this but I'm having trouble grabbing the url also..it returns the same as $PHP_SELF?
rgds,
scott d`