Anyway, I was wondering, if I wanted to display a series of images from a directory, by date upload how I would do this.
At the moment, I've got a simple script that will display an image, with the Next and Previous links automatically; however, it only displays by number. That script can be seen:
1. CLEAN UP YOUR CODE, I won't look at it because it's messy
2. Check this out for information on handling directories: http://php.net/manual/en/ref.dir.php
I'm assuming you didn't already look there, because the answer lies in that section of the PHP manual. Either that or I don't quite understand what you want.