Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
1. Load the questions into an array. 2. Call a random number generator (http://us2.php.net/rand) to select questions from the array. 3. As each question is selected, load the selected questions into a separate array. 4. Each time the random number generator is called, check the "selected questions" array to see …
The End.
Rajini Yella