strBean
02-22-2007, 08:32 AM
Hi
I've used $_SERVER["PHP_SELF"] to grab the address of the current page. Now I need to grab the address and the GET string also. Is there a built-in function hthat just returns the whole URL? I looked at the manual and got lost.
Also, I'm curious if $_GET works as a numeric array. I mean, is it possible to loop through all the values in $_GET?
I've used $_SERVER["PHP_SELF"] to grab the address of the current page. Now I need to grab the address and the GET string also. Is there a built-in function hthat just returns the whole URL? I looked at the manual and got lost.
Also, I'm curious if $_GET works as a numeric array. I mean, is it possible to loop through all the values in $_GET?