NSA sudo apt-get thefuckout.tar.gz Dec 9, 2011 715 86 Apr 3, 2013 #1 Hello. Is it possible to get a PHP file to check when another file was last modified? Note: I am using a webhost so not sure if it is or not. Thanks.
Hello. Is it possible to get a PHP file to check when another file was last modified? Note: I am using a webhost so not sure if it is or not. Thanks.
Weasel 👄 I'd intercept me Nov 25, 2011 4,147 2,469 Apr 3, 2013 #2 What a simple Google can do for you: You must be registered for see links Upvote 0 Downvote
TesoMayn Boredom, it vexes me. Oct 30, 2011 1,484 1,486 Apr 3, 2013 #3 It's the filemtime .... PHP: $filename = 'somefile.txt'; if (file_exists($filename)) { echo "$filename was last modified: " . date ("F d Y H:i:s.", filemtime($filename)); } Upvote 0 Downvote
It's the filemtime .... PHP: $filename = 'somefile.txt'; if (file_exists($filename)) { echo "$filename was last modified: " . date ("F d Y H:i:s.", filemtime($filename)); }
NSA sudo apt-get thefuckout.tar.gz Dec 9, 2011 715 86 Apr 3, 2013 Thread starter #4 Bollocks. Sorry for my incompetence. Thanks. Upvote 0 Downvote
Markshall Русский Стандарт Contributor Dec 18, 2010 2,639 2,397 Apr 3, 2013 #5 Thread closed. Upvote 0 Downvote