How can i Load images in to each cell of a table based on its product id?
The picture url is stored in field: Product_picurl
SELECT `Product_id`,`Product_Name` , `Product_picurl`
FROM `prod_listing` where `Product_id` ="$ID"
I have looked around for a photogallery script but cant find one!!
Thanks in advance