Code has been added to clipboard!

PHP include File Statement

Example
<html>  
  <body>    
    <h1>Welcome!</h1>  
    <p>Text line.</p>
    <p>Texty text line.</p>
    <?php include 'footer.php';?>    
  </body>  
</html>