PHP include and require Statements.

In Php, include() and require() statement allow you to include the code contained in a PHP file within another PHP file.

Code :