I have been learning Php and i can not seem to put my finger on what i am doing wrong with the include.
If someones got time could you help and i hope i have posted this in the right place.
I have also tried include ‘footer.php’; and that seems to be the same.
And yeah the file is also called footer.php it worked fine when i have done it in the past but i have not done php in some time now.
<!doctype html>
<div id="header">header</div>
<div id="leftnav">left</div>
<div id="body">body</div>
<?php
include("footer.php");
?>