PHP Include
In this first tutorial we will start with a basic php include linking to a .html file. In my experience I use this type of include for the head content (excluding the title so we can a have unique title on each page) the navigation and the footer. This allows me to easily change things in these areas without having to update a lot of pages.



