[thelist] Function for listing a page's URL

Alex Virdol ciocanel at gmail.com
Thu Feb 10 12:31:56 CST 2005


On Thu, 10 Feb 2005 09:22:51 -0800, Dominick Cancilla
<cancilla.d at mellon.com> wrote:
> I'd like to add a function to my Website's footer that would list the page's
> URL (as a reminder to credit the page if it is quoted elsewhere).

<footer>
     <?php
           echo 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
      ?>
</footer>

-- 
Linux registered user #379965.


More information about the thelist mailing list