Thanks but I had already tried that. It didn't work, I got an error. I used...
SELECT * FROM quest_tbl ORDER by RAND(NOW())
Becos the questions are selected at random, there is the posibility of repeatition of questions. This is what I want to avoid/stop.