Hi All
Working on a photo gallery for Mysql.
On the gallery thumbnails page I want to be able to click on a thumb and itloads a page that shows that photo, I can do that with 'get' from the url, so thats not an issue.
However I also want to add a previous and next button to the page. So once the user has clicked on the photo it will load it in the photo viewer page, but also the user will be able to click next, and goto the next photo in the gallery, or previous and do the opposite.
The galleries are based on the date the photo was taken.
At the moment when the user clicks on the thubnail it loads the page and the sql query gets the image URL for the corresponding image, however it does not have the ability to recall all of the photos, just the one that matches the id passed by the get
Sure this doesnt make sense lol
Aaron
Working on a photo gallery for Mysql.
On the gallery thumbnails page I want to be able to click on a thumb and itloads a page that shows that photo, I can do that with 'get' from the url, so thats not an issue.
However I also want to add a previous and next button to the page. So once the user has clicked on the photo it will load it in the photo viewer page, but also the user will be able to click next, and goto the next photo in the gallery, or previous and do the opposite.
The galleries are based on the date the photo was taken.
At the moment when the user clicks on the thubnail it loads the page and the sql query gets the image URL for the corresponding image, however it does not have the ability to recall all of the photos, just the one that matches the id passed by the get
Sure this doesnt make sense lol
Aaron