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


SUBMITTED BY: henry1874w

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

FORMAT: Text only

SIZE: 190 Bytes

HITS: 245

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

comments powered by Disqus