Posts Tagged ‘require_once’

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 more

Tags: , , , , , ,

Posted June 11th, 2009 in PHP, Tutorials - View Comments