PHP: display most recent images from directory?

tyler777

New Member
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. \[code\]image-021020102355.jpg\[/code\] for an image created 2nd oct 2010 at 11:55pm]thanks!
 
Back
Top