I have a MySQL table that was made from a CSV file (the only thing I added to the table was an auto-increment ID column). I want to display each row of the table one at a time on a formatted page with two buttons/links on the bottom of the page that would allow the user go to the next and previous record. This seemed like something that I would be able to figure out easily but as is always the case I have been struggling with it all day.
Does anybody have any suggestions on how I should go about doing this or can anybody point me to a tutorial that gets into explaining the best way to do this?
Any help would be greatly appreciated.
I didn't put this in the MySQL section b/c I don't think its a SQL problem but if it is, I apologize.