im a noob with php so stick with me while i may ask a painfully easy question.
My site is simple.
My index.php looks essentially like this:
<?php
include ("header.php");
?>
<body>HTML for Home Page and each page of the site.
then closes with</body>
<?php
include ("footer.php");
?>
But the page will not load. What is my problem? Also, im sorry if this elsewhere, i searched but didnt see anything.