hi i have images saved in a folder, the referrence id and imagename of that images are saved in database in the way as shown below...
id filename
--- --------
1 flowers1.jpg
2 flowers2.jpg
the folder is on the root directory on images folder as ../images/gallery/flowers
now how i can i get the image from that folder to dispaly on webpage with the help of id from database.I want something related to joomla,php,mysql.Any help....?