This is a long-shot, but thought I'd ask.
Every page on my site has a line that reads:
Last updated: DD-MMM-YY<br>
where DD-MMM-YY is the date like 30-SEP-07.
Our search engine returns the current date if no "last-modified" is specified in either the header or through a meta http-equiv line. While I've been able to send the date through headers, it is not always an accurate representation of when the content was actually modified (ie: cosmetic changes, etc.).
Question is :: Is it possible with PHP to write a script that will grab the date from the last updated line in the page and use it to populate an http-equiv line in the head section of the page? If there is a way, then I can globally insert the code into every page without having to manually edit every page (we have upwards of 5000 pages on the site).
Thanks to any guru who may have an answer!