Search found 2 matches
- Mon Dec 08, 2008 6:14 pm
- Forum: PHP - Code
- Topic: Code: Seeing if an image has been updated.
- Replies: 1
- Views: 210
Re: Code: Seeing if an image has been updated.
revision, I fixed the resource, but I'm now getting a seperate problem. <?php $imagefile = "image.jpg"; $your_data = date("m/d/y H:i:s", filemtime("image.jpg")); $myFile = "time.txt"; $fh = fopen($myFile, 'r'); $theData = fread($fh, filesize($myFile)); if ($yo...
- Mon Dec 08, 2008 4:20 pm
- Forum: PHP - Code
- Topic: Code: Seeing if an image has been updated.
- Replies: 1
- Views: 210