Include () in PHP
<?php
include('header.php');
// Other HTML,CSS, JS and PHP Code
include('footer.php');
MSD & NSD IT LABS
<?php
include('header.php');
// Other HTML,CSS, JS and PHP Code
include('footer.php');