Posted by Juby on 05/03/06 18:06
You also might try
<? include 'http://www.domain.com/footer.html'; ?> (just quotes instead
of parenthesis)
However, since you're not processing the contents of the file, just
outputting them, you probably want to use readfile() instead:
http://us3.php.net/manual/en/function.readfile.php
Navigation:
[Reply to this message]
|