Use include to include "footer.php" in a page


SUBMITTED BY: henry1874w

DATE: June 17, 2017, 1:32 p.m.

FORMAT: Text only

SIZE: 162 Bytes

HITS: 222

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <h1>Welcome to my home page!</h1>
  5. <p>Some text.</p>
  6. <p>Some more text.</p>
  7. <?php include 'footer.php';?>
  8. </body>
  9. </html>

comments powered by Disqus