I have a folder of images which I would like to automatically add to a mySQL database as BLOB data.
HOW would I do this using PHP assuming database connectivity is working?
When I say automatically I mean if images are added to the folder upon loading a certain .php page the files are pushed to the db.
Thank you in advance