How-to articles, tricks, and solutions about REQUIRE
Difference between require, include, require_once and include_once?
In PHP, require and include are two statements that are used to include a file in a PHP script.