Feb 25, 2006
Have you ever wondered how to create a simple PHP template for using on your web site? This tutorial will explain the concept and in the end you will see some code examples. The concept of templates is that from one simple index file we include some other file based on GET variables. If you don’t know what a GET variable is this tutorial may be over your head and I suggest you learn this otherwise.
(more…)
