filemtime.php
<?php $file = "data.txt"; echo "File last updated: ".date("m-d-y g:i:sa", filemtime($file)); ?>