How To Use PHP Include Statements
Video Tutorial - The include() statement includes and evaluates the specified file. When a file is included, the code it contains inherits the variable scope of the line on which the include occurs.
What You Will Learn
PHP Include Statements