Rename index.html to index.php as well as the other files and stop using .html. This would allow you to just do the old
include "header.php";
and
include "footer.php";
so that if you wanted to change anything in the header or footer(or nav bar) you wouldn't have to do it for every single file.
Rename index.html to index.php as well as the other files and stop using .html. This would allow you to just do the old
include "header.php";
andinclude "footer.php";
so that if you wanted to change anything in the header or footer(or nav bar) you wouldn't have to do it for every single file.