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

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

	<?php include_once 'footer.php'; // this has no effect ?>

</body>
</html>
Result