I can't figure out how to display mysql records in a fashion that would let the user view a single record (in a form or table) - click a "next" button to view the following record, or click a "previous" button to view the previous one. I've seen a bit of documentation on "paging" result sets, but this does not seem exactly what I'm after (although I suppose I could adapt if there is not a function specific to what I'm looking for).