caused db bloat, perfomance issues with pulling out the image to render it to the browser.
better to store all the images in folder and store the path to the image (image name)
then just echo "<img src='/$image'>";
where $image is the text data from the db