> I'm making a small quiz script, and wanted to know how
> I could minimize repition of questions to a single
> user.
>
> And also how to randomize all the questions ?

If you put all the questions in an array, and then call
http://php.net/shuffle on it, you'll do both.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to