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.