I'm trying to retrieve the last modified information of a webpage? I don't even know if php would do it or would javascript be better better for this. I've tried document.lastmodified with java script but that does not help much.
I've noticed that in firefox ->tools->page info gives me the exact date/time of any webpage when was it last modified. But I don't know how to get that info displayed about any website on my webpage.