fohanlon Posted November 27, 2007 Share Posted November 27, 2007 Hi Guys I have a problem I cannot get my head around. I have a list of thumbnail images that a user can click on any one to be brought to a another page with full details displayed from record in a mysql table. I use the recordid to pull the correct info. However, I want to have a previous and next in there when the user gets to the full details so that they do not have to go back to the thumbnail list, they can just click through the records. I know how to do the prev and next search where I can pull back all records and display one a time vy setting limit to 1. However how can I code to go to the recordid of the thumbnail image when the user clicks a thumbnail image as outlined above but still be able to click the prev and next if applicable. I guess I need a gotospecifiedrecord function or something similar?. Thanks, Fergal. Quote Link to comment Share on other sites More sharing options...
teng84 Posted November 27, 2007 Share Posted November 27, 2007 add alink to the next page ? how do you get the list of this records DB or what? Quote Link to comment Share on other sites More sharing options...
fohanlon Posted November 28, 2007 Author Share Posted November 28, 2007 Thanks for your suggestion. SOlved the problem using a link a second serach page as you suggested. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.