This is my first question on this site.
I am very new to programming.
I have index.html file at C:/Wamp/WWW/AddressBook/Index.html and the header.html and footer.html files are located at C:/Wamp/WWW/AddressBook/Includes/
Now I am trying to include these files in my index.html
For Header
<?php include 'Includes/Header.html'; ?>
and for footer
<?php include 'Includes/Footer.html'; ?>
But none of both header and footer are showing up when i open index.html in my browser.
Do your Apache understand .html
as php file?
If not, rename your index.html
to index.php
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With