Hi all; I am in the process of updating a website I bought made in html. I want to add a footer section, for example 'footer.htm' in every page, but I don't want to have to update the entire website, page by page. I'm used to doing quick updates using php using the <include file> tag, but I would like to keep the code of this site in html. Any ideas?
Yes. Someone suggested I use the <iframe> command, and seems to be working so far, I will post should I run into trouble. Thanks.
Geez dont use Iframe when all you have to do is rename the file with a php extension and do a php include. You don't have to recode the whole site, just change the file extensions.
It is my method of preference, but keeping the code in html saves me a lot of money in hosting (php is heavy on cpu resources), this is a very high traffic site.
I think the <iframe> tag works just as the php <include file> command, with some differences. One has to adjust width, margin, border, and such, but I think I can work it out with no major issues. Thanks for your help.
Well the iframes will cut down on your seo, so you'll have to take a preference which is more valuable to you... server resources or SEO.