I am relatively new to programming in general and have a question. If someone could just point me in the right direction i would appreciate it.
In one of my MySQL databases i have one table that stores pictures as a blob. I need to create a function that will pull an individual picture from the database, resize it, and save the new image as a file on my server.
Thanks for any help in advance!😃