I'm trying to build an online quiz site in PHP where the questions are selected randomly from mysql database. How do I select questions randomly and also match the answer selected to the one in my database.
I have a table of questions and 4 possible answers and also a table of actual answers.