> hmm it got a little more complicated now,
 > i have a table with: id title question answer1 answer2 
 > answer3 answer4. how can i use all of those in a php page 
 > but only randomize the answers?

You have multiple questions with the same answers?  Then split your
table into two tables and put all your answers in one and your questions
in the other.  Then include another table that contains question and
answer id equivalents.

CYA, Dave



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to