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!