user1432022
user1432022

Reputation: 1

How to fetch the data from database when click on the images

I dont no how to fetch the data from database when click on the thumnail images and displaying the enlarge image and correspondingly displaying that description of that particular image

so please help me

Upvotes: 0

Views: 190

Answers (1)

alphanyx
alphanyx

Reputation: 1687

you can set a link on the thumbnail to a detail page with the informations or you can use an ajax call to get the information from another php script and then display it in an overlay or wherever you want

Upvotes: 1

Related Questions