HighDots Forums  

Url on displayed on webpage

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Url on displayed on webpage in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ChapelE
 
Posts: n/a

Default Url on displayed on webpage - 05-02-2005 , 09:17 AM






Is there a way to display the url of the webpage you are on in the page itself?
I want to make a coming soon page that I can just upload to any site and it
will print the url on the page. I am on a unix server so I can use html,
javascript, php, ect..


Reply With Quote
  #2  
Old   
Gary White
 
Posts: n/a

Default Re: Url on displayed on webpage - 05-02-2005 , 11:02 AM






ChapelE wrote:

Quote:
Is there a way to display the url of the webpage you are on in the page itself?
I want to make a coming soon page that I can just upload to any site and it
will print the url on the page. I am on a unix server so I can use html,
javascript, php, ect..

<?php
printf("http://%s/%s",$_SERVER['HTTP_HOST'],$_SERVER['PHP_SELF']);
?>


Gary


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.