Is there a simple code where it can show the images in a specific folder on your server out onto the webpage? I'm looking for something that will show like so many images, but the page will automatically show the last photo at the top.
I'm looking to do something like this.
So say the uploaded photos go to public_html/images/
I'm looking for something simple that would make this page show up
like that but with the last uploaded nearest to the top.
I'm looking for some simple code that could do this. Have the images show up from the are photos that are uploaded in public_html/images with the last image upload new the top.
http://www.thatphotohost.com/images/demo.jpg
Hello. I did a search google: php directory images
Among other I got this hit: http://www.the-art-of-web.com/php/dirlist/1/ Script will read images from directory. What you need is to add check for time image file was created and sort them accordingly.