Can anyone help me..... MySQL is all pretty new to me and I want to know if it is possible to store images in a MySQL database? If it is possible does anyone have any code to do this?
Yes it is possible, an not you shouldn't do it. Just save the images as files on disk, and store only the filename in the database.