<?php
  include("included_functions.php");
  include("included_header.php");
?>
  The header has been included.
  <br />
  <?php echo hello("Everyone"); ?><br />
  
  </body>
</html>
