I'm having some trouble finding a PHP script that displays all images in a directory. Also, if it were to have a management option built in, like deleting or renaming images, that would be handy as well. Anybody know of anything like this?
I dont know one, but u can easily do a one in minutes do a scandir() push files into array sort them and add unlink() for deletion