Posted by Rene Pot on 05/03/06 12:58
Nancy wrote:
> I am trying to put a direct url in this form <?php
> include ("html://www.domain.com/footer.html"); ?> is it possible and
> what is the code? This doesn't work and my pages are in different
> folders so i need a url and not just shorten footer.html
> What I am trying to do is link to a footer that opens on all pages. Any
>
> help would be appreciated.
>
Maybe try:
<? include ("http://www.domain.com/footer.html"); ?>
That might help. Http:// instead of html://
Navigation:
[Reply to this message]
|