How can we include a file in regular HTML pages. I know the page has to be a .php extension to use 'include file' code, however I want to include another plain html page in my current html page without making it .php page. This is for my menu as the menu keeps on changing so cant change in all the html pages. OR is there any other way to do it?
Thanks for the help.