I store images in my mysql database as blob. I can load these files with a query in a variable, but how can I send back the contents of this variable to the browser as an image?
Can the html file contain something like this <img src="smtg.png"> ? Or how the request can be made?