Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- include_01.php
- <?php
- include("header.php");
- include("footer.php");
- ?>
- header.php
- <html>
- <head>
- <title>Demo include()</title>
- </head>
- <body>
- <h1>Demo Portal</h1>
- Berisi informasi
- <br>
- footer.php
- <p> </p>
- <hr>
- <small>©2000 - By Lintang</small>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement