Using php to build a quiz which requires a while loop to scroll through the questions array in turn. How can the user activate 'next question' without jquery? Can I somehow jump to an anchor higher up the while loop to increment a variable? The messy alternative is to create a new page for each question with hyperlinks.