Posted by Kim Andrι Akerψ on 05/04/06 01:09
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.
Try this instead:
<?php include("http://www.example.com/footer.html"); ?>
As Rene noted, "html://" has never been a valid protocol.
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Navigation:
[Reply to this message]
|