I need to know how to use PHP to step (one by one) through the records of MySQL database query result.
I am able to connect to the DB and perform a query. I am able to print the results of the query for the ENTIRE query result.
What I need now is to be able to view the query results one record at a time and cycle (step) through the records by using a control (button or link) on the page itself. (The first record of the query result displayed on page entry, a "next" link/button to see the next row of information).
Any directions would be greatly appreciated. Thank you.