From .html to .php

Let's change the '.html' file to the '.php' file.

We'll cover the following...

Converting index.html into index.php

Now that we have _header.php and _footer.php, it will be very easy to change the layout of the entire website. When we make a change to any of these files, it will be picked up on every page because every page includes these ...