For including a file into another PHP file we can use various function like include(), include_once(), require(), require_once().

BY Best Interview Question ON 06 Jul 2020

Example

<?php require('footer.php') ?>