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 more
Tags: beginner, include_once, incude, PHP, require, require_once, tutorial
Posted June 11th, 2009 in PHP, Tutorials - View Comments