airjunkie2000 Posted January 6, 2006 Posted January 6, 2006 I have been searching around the internet with little luck, probably cause Im not explaining what I want properly. In my page I need to somehow "echo" or display the url of the current page. Is there a line of code in html or php to get and display or insert the current url? Thanks Quote
TCH-Andy Posted January 6, 2006 Posted January 6, 2006 What are you using? PHP? - try the variables HTTP_HOST and PHP_SELF HTML - you need to use SHTML (Server side includes) and the variable DOCUMENT_URI Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.