I am building a image gallery with multiple users. I have a page which generates all of the images for each user. when I click on a image a larger image open up in its own page. what I need is next prev links on this page all of my information is in a mysql table which has the following setup username and multiple unique filenames(images).what I need to do is when the next or prev link(button) is clicked on the next or previous images is displayed. how do I get the next record and previous record. do I have to add a numeric id.
john larson