Header Footer in HTML Change
<?php
include('header.php');
?>
<?php
include('footer.php');
?>
_________________________________________
<body>
<include src="./header.html"></include>
Content
<include src="./footer.html"></include>
</body>
Feel Free to Call @ 91 7011881194
<?php
include('header.php');
?>
<?php
include('footer.php');
?>
_________________________________________
<body>
<include src="./header.html"></include>
Content
<include src="./footer.html"></include>
</body>