I have a camera server FTPing images to a webserver. Can anyone suggest the PHP snippet I'd need that would look through the server's public root directory (/public_html) and display the four most recent images?
I can tell the camera server to name uploaded images by date/time, however needed [eg. image-021020102355.jpg
for an image created 2nd oct 2010 at 11:55pm]
thanks!
I've put together something that can help you. This piece of code displays the last recent images in the root directory of your server.
This should do it:
If you can make the filenames YYYYMMDDHHMM.jpg sort() can put them in the right order and this would work: