Introduction to PHP: Includes

This tutorial will introduce you to the PHP include statement, and its almost identical sibling, require.

The include statement is used to insert the contents of one file into the contents of another.

Read the rest of this entry »

Tags: , , , , , ,

Posted June 11th, 2009 in PHP, Tutorials - 31 Comments »