I work on our company intranet and it uses header/footer files. The site was sitting at over 10,000 pages when we added php so we told the server to parse htm/html files as php to make life simpler.
My header/footer files are both *.htm respectively and they are being included with <? include ("......."); ?>. When I add the filemtime() to the footer file, it returns the date the footer file was modified - not the date the file that includes the footer was modified. I read somewhere else to use the clearstatcache() so I added it, however, I either did something wrong or it does not work because there is no change in the date being displayed.
How can I get a document last modified script into my footer.htm file so that I can include that on every page in the site with the correct date?
Please HEEEEELLLLLLPPP!
Deb