How to update the image name of images in a gallery

l have 20 images in a page each with a name. l have a script that selects a record from a database and returns it as an associative array. the fields in the records are id,name,image_path,created. when l want to display the name l use <?php $show["name"];?> this will show the name of the image. but when l use this it gives the same name to all images in the gallery. l want a name for each image in the gallery.

1 Like

Can you share the code please?

Scott

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.