Modified Date and Time of a file
This two lines of code will help you to get the last updated time of a file. Happy Coding
$LastUpdated = filemtime("myfile.php"); // Provide your File Name
echo "<br/>Last updated: ".date("l dS \of F Y h:i:s A", $LastUpdated);
Home
See the related postsPHP Warning: Call-time pass-by-reference has been deprecated Working with Database (MySQL) Cookies in PHP Session Management Functions in php Join array elements with a string – implode |




