Hello. i need to know how to add images into my MySQL database or have them in another place and be able to pull them onto a query? Thanks
You can save a random unique string,into the database and everytime when someone wants to access the image he will get a link like: www.yourwebsite.com/gallery/randomstringHere/ Also you can save the image unique name into the db. I'm not sure if it will work,It was just a quick tough. Hope it helps somehow.
It is possible, but I don't see why you wouldn't just store the image's name in mysql and the image itself as file. Storing the images in mysql would use much more server resources.