HI All,
I have been searching for pointer to a problem I have for sometime and I am just not having luck finding answers.
I have a sql query that pulls anywhere from a 200 to a 2000 list of rows from the database. I display this list on a php page with pagination. When I click on a row from that list to display details, I go to a different page and display that data.
I am trying to figure out a way to provide a "next" button and then step into the next record from the original query.
Any suggestions or pointers on how to do that? It is a wide open question I know.