<?php
include 'archive.php';
?>
<html>
<body>
<h1>Welcome to my home page!</h1>
<p>Some text.</p>
<p>Some more text.</p>
<?php include 'footer.php';?>
</body>
</html>
<?php
include('header.php');
// Other HTML,CSS, JS and PHP Code
include('footer.php');
<?php include 'config.php';?>
<?php
include 'config.php';
?>