Home

See the related posts

PHP 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   

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 posts

PHP 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   

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment