Couldn't find an SQL forum, so if I'm in the wrong place, my apologies. I need help building a query.
Ok. I have an app that produces a quiz. The Questions are in a db. The first time the query executes, I want to get 1-5. When the user clicks next, I would like the query to change to 6, 10 on the LIMIT. Get me? But without a series of static pages. So in general, when the user clicks next, I want to process the results, set new limit values and redisplay the SAME page with different questions (not quizpg1, quizpg2, etc.)
Am I explaining decently?
Any ideas how I could get this accomplished?