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