Hi,
I have hundreds of images in my gallery and I want a gallery.php page to display the images with a Next and Previous paging buttons.
I don't want to load all images as slideshow because this will kill the page load performance so just a Next and Previous will do.
My images has a primary key image_id and also image_guid but the url I want to show is using the guid like this:
www.mydomain.com/[-----Image guid here-----].png
because the image is saved with the guid file name like this:
[-----Image guid here-----].png
How can I do this please?
Thanks,
Jassim