I'm trying to build a simple offer survey app (PHP using Fuel Framework).
I want to serve one question at a time. A user then has to answer Save or Bin. Only when they have answered do I want to serve the next question.
What's the best way of doing this? Currently all questions stored in the DB are displayed on a page.
Matt