I have created a table for photos in my database, now I need to display the results in a page.
Maybe 3 images wide and I have a Title, Image, and caption for each image.
Can anyone tell me an easy way to retrieve and display this data with php?
Yes you could do it with php.
Google: php mysql tutorial (SELECT FROM WHERE)