SQLimg database image storage
This class can serve images added to a MySQL database table. It can execute SQL queries to store uploaded images files in a given MySQL table. The class can also retrieve from the database table and serve image data for displaying as the current script output, retrieve the list of all images stored in the database, replace a given image already stored in the database table, and delete a given image from the database.