Need to output text from database after randomizing an image using PHP

Line

New Member
I have a database setup where users submit a picture and text and it is stored on the database. I also have the images saved to a folder on the server and on my webpage I have the source of the image set as a PHP script that displays a random image from the folder. I want to know what I need to do to get the text that is in the same record as the picture to display with the image that is randomized.
 
Back
Top