|
I'm trying to run a script that looks for the URL that the user is currently on. The problem that I'm running into is that the page has already been redirected and if I use the $_SERVER['REQUEST_URI'] variable, it will give me the url that was originally typed in. I need to get the url that is actually showing.
How do I do this?
|