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