Hyvor Developer
  Home   Download   Copy
Code
<html>
<body>

	<?php include 'header.php' ?>
	<p>I'm using the include statement</p>
	<?php include 'footer.php' ?>

</body>
</html>
Result