$filename = 'somefile.txt';
if (file_exists($filename)) {
echo "$filename was last modified: " . date ("F d Y H:i:s.", filemtime($filename));
}
?>
this file modify date is used for the mobile application to get updates are available or not on the server file.
this file modify date is used for the mobile application to get updates are available or not on the server file.
No comments:
Post a Comment