I created a html page
using
[php]
Welcome to my home page!
Some text.
Some more text.
<?php include 'http://nathankwebdesign.com/resume/footer.php';?> [/php] I create another page that goes like this. [php]<?php echo "Copyright © 1999-" . date("Y") . " W3Schools.com
"; ?>[/php]the footer does not show up.
This come from w3schools website
I am wondering if w3schools are using out of date php?
Thank you
Nathan