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