Hello -
I am using an include statement to pull in the header of a website and would like to do an absolute http URL to do so, however when I use it like:
<?php include ("http://www.website.com/includes/footer.php"); ?>
Then it doesn't bring anything in... ??
However, if I do a relative URL then it works fine. I would like to be able to use an absolute URL so I can use the same file at different levels- any idea how to do that?
Thanks,
christopher