image gallery? I have a PHP script that allows users to upload images to their galleries, but to save space on the server, I want to limit the number of images they can upload to, for example, 10. If they upload 11th image, I want the script to automatically delete the OLDEST image from the gallery. Any Suggestions?
This would probably require a loop that will compare filemtime...
This would probably require a loop that will compare filemtime...