Does anybody know of a good way to get the previous result in a query result?
The query looks like this: SELECT * FROM [users]. This will return a result set of 30 to 40 users. The reason I need to grab the previous is because I would like to be able to "virtually" scroll through my data in the table. Here is some psuedocode of what I am trying to do: <the form> //fields to be filled by the user data that comes in from each query <button value=previous user onClick=get_prev_user()> <button value=next user onClick=get_next_user()> </the form> -- Joshua E Minnie/CIO [EMAIL PROTECTED] Phone: 616.276.9690 Fax: 616.342.8750 Nextel: 616.862.2847 "Don't work for recognition, but always do work worthy of recognition." ~ Unknown -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php