Hi guys, I have two tables here:
Gallery
ID | Name | Description
Image
ID | Title | Caption | GalleryID
I got the code all set to make a simple image gallery by listing all the thumbnails or paging through the thumbnails. However what I need to do is accomplish something like the gallery here only without the javascript and ajax:
http://gulfnews.com/pictures/news/abandoned-cars-around-uae-1.655965
I want a select number fo thumbnails to show beneath the main image and as and as teh user clicks on teh thumbnails it opens the page with the newly selected image as highlighted and the series of thumbnails on the botto moves ahead by one. if its not the last image that is.
How do I do this? I'd like a quick and dirty way to do this? I'm using php and mysql here for the database - just need the code to show the 'paginated'images below the main image. i know how to set up everything else i.e thumbnails resizing etc...