datemodified

PHP Script to check when a link was last modified

Is there a basic php method that accepts a URL and retrieves the date last modified from the header? It would seem like something php can do, but I'm not sure which object to check. Thanks ...

Vbscript - Compare and copy files from folder if newer than destination files

Hi, I'm trying to design this script that's supposed to be used as a part of a logon script for alot of users. And this script is basically supposed to take a source folder and destination folder as basically just make sure that the destination folder has the exact same content as the source folder. But only copy if the datemodified stam...