Result Size: 625 x 571
<!DOCTYPE html>
<html>
<body>

<?php
echo filemtime("webdictionary.txt");
echo "<br>";
echo "Content last changed: ".date("F d Y H:i:s.", filemtime("webdictionary.txt"));
?>


</body>
</html>