Description: This tutorial is intended for the Intermediate PHP programmer. You will need access to your httpd.conf file, and have to feel comfortable editing that file. You also need to be running PHP 4 and to have output buffering turned on. (You might have to edit your php.ini file for this).This tutorial will show you how to produce static html pages using PHP. This is important if you want the benefits of using PHP to build sections of a site where the content of the pages doesn't change very often. For example, this system would be perfect for a magazine site which publishes its articles to the web. With this system you can use templates to build your pages using PHP. If you want to change the look and feel of the site, just change the template and regenerate the pages.