SubhanUllah Posted October 13, 2022 Report Posted October 13, 2022 Yes, possible by including , here is the sample code: <!DOCTYPE html> <html> <body> <?php include 'header.php';?> <h1>Welcome to my home page!</h1> <p>Some text.</p> <?php include 'body.php';?> <p>Some more text.</p> <?php include 'footer.php';?> </body> </html> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.