Is it posible to read displayed page URL with PHP?
(I don't mean variable values easily obtained via GET method from URL, but whole URL or parts of it).
Well if it's on your script you should know what page they are own. My suggestion ,use headers("Location /blah/foo.html" and you will know where they are being redirected to. As for pulling it off a non php page, I have no idea, I don't think it can be done.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.