Hi,is it possible to give PHP 2 filenames and do a check to see which is the newest one and give the time of upload? Maybe check to see how long the time difference is?
Any help would be greatly appreciated.
Regards Julian Chamberlain
filemtime() ?!?
<?php $stat=lstat($file); foreach($stat as $key=>$val){ print $key." - ".$val."\n"; } ?> pay attention to the last three
I trust you know what you are on about but how will this work, can i have a little more of a working demo please if possible?
Thanks Jules