Follow Us!

Simple PHP Website Templates

Posted by on Aug 25, 2008 in HTML Tutorials, PHP Tutorials, Web Development Tutorials | 25 comments

So you have a basic HTML site with 100 pages, what happens when you want to change the title tag? Well, if you aren’t using PHP includes, you will have to update each file. Wouldn’t it be nice if you could make the change to one file and it would update every page? That is what we will accomplish with our basic PHP template tutorial.

Read More