Hi friends.
I would like to find the most recently uploaded image in a directory on my website.
I know how to pull in the filenames in the directory, but how would a programmer use php to obtain the date and time the file was uploaded?
I used to use a mysql table to have a user update the file, but now I am using a webcam that automatically ftp's the file in, using a sequence number between 1 and 50. Once there are 50 images, the webcam starts using number 1 again.
THANKS