Pääsivu:
<?php
include ("alku.php");
print ("ollaan alun ja lopun välissä");
include ("loppu.php");
?>
alku:
print ("nyt ");
loppu:
print (" nyt");