Author Archives: wrostek

Using Templates with PHP

Using templates in PHP can make complex tasks easier.  The template is the basic layout of your document. It contains placeholders for snippets of data that can be swapped into the template.  Here is some code to generate a sample …

Leave a comment