Categories

Updated: 12/18/2008

Simple PHP Page Template System

A common use for PHP is managing page templates. This makes is much easier to make changes to the layout on several pages by just editing one file. In this tutorial, I will explain some simple methods for managing templates in PHP. One involves using simple includes, and the others are slightly more advanced and flexible.
©2003-2019 jCay.com