I am storing the images in a folder on my webserver and adding the location/details of the image to the database.
But I have problems retrieving them, please help!
Is this the code I should be using?
<?php echo "<img src='/images/". $filename ."'>" ?>
then $filename is supposed to be the field name
and entries would be just "product1.jpg" "product2.jpg" & so on??