hi guys
i need help with modifying my query below so it does what is described ...........
"select question_id, question from questions, tests where tests.test_id = '$test' and tests.module_id = questions.module_id and questions.required = 'yes' order by rand()";
......................HERE
this works i was wondering if there is away of displaying the all the questions but show the field questions.question_required =yes at the top ..... i would not need the random function for this
any help would be great
thanks a lot