Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is it possible to read displayed page URL with PHP?

Status
Not open for further replies.

alfalf

Programmer
Mar 6, 2003
155
BA
Hello.

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).

Thanks for suggestions!
 
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.

~Ron
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top