You can't store images in a database, at least to my knowledge.
What you can do is get the link to the image, remember you can't have any sort of image hosting on your account except for your own files, save the link into the database then when you go to retrieve the link put it in the src="" attribute in the <img> tag. A while loop would probably be the easiest way to do this.