Hello, world!
 

CODE FOLLOWS

<?php
//header
include("includes/header.php");

//print
echo("Hello, world!");

//footer
include("includes/footer.php");
?>