would echo something like 'index.php' depending what your file is called, BUT is there a way to get it to echo the file and the VARs:
index.php?get=this&get=that
Is that poss?
dmorison
1:09 pm on Jan 2, 2005 (gmt 0)
Use $_SERVER['QUERY_STRING'] instead - although i'm not sure if that contains the script name. If it doesn't, just use it in combination with PHP_SELF if necessary: