|
Basically you only need to store the image name/location in the database, so you only need two fields in your database, id and location. Add images in the script above after they has been successfully uploaded. To retreive and view a image you fetch the location and put it into the 'src' of an <img>-tag.
This only requires pretty basic database actions, if you cannot remeber how to, you should be able to freshen up your memory with a simple tutorial, like tizag.com.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|