In my table view, I have a list of articles. These are sorted 1-100. When I click the link (gpage=viewArticle&id=1) to open to the article view I want to add a button or link at the bottom of the article page that will advance to gpage=viewArticle&id=2 when clicked. From that page, click to advance to gpage=viewArticle&id=3, and so on. How is this done? Anyone have an example to follow?
Read the database, getting the first ID higher than the ID you're on.
At the bottom of the article detail page (gpage=viewArticle&id=1) I have a button. From there I select the submit page to be (viewArticle). Is this where I begin with reading the DB and getting the first id higher than the id I'm on in the Where Conditions box? I guess this is the part that simply eludes me.
Anyone have any examples of how this can be done?