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)
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.
-1) //this made me laugh when I wrote it echo "".$image."Created on ".date('D, d M y H:i:s', filemtime($image)) ."" ; //display images else break; } ?>