I am trying to develop a Computer Base Test (CBT) software on PHP
.
I want it to retrieve question from MYSQL
DATABASE randomly where I have 100 questions in the database.
But using <? rand(1,100); ?>
there is real assurance that it may select same question at same session.
How do I select a unique random number in a session?