Search found 3 matches
- Fri Sep 15, 2006 11:57 am
- Forum: PHP - Code
- Topic: Random Values in Array Problem - HELP!
- Replies: 4
- Views: 408
- Fri Sep 15, 2006 11:39 am
- Forum: PHP - Code
- Topic: Random Values in Array Problem - HELP!
- Replies: 4
- Views: 408
- Fri Sep 15, 2006 11:28 am
- Forum: PHP - Code
- Topic: Random Values in Array Problem - HELP!
- Replies: 4
- Views: 408
Random Values in Array Problem - HELP!
I am trying to take the values in an array and randomly assign them to one another. An example of what I am talking about would be if you wanted to have a list of students who will be randomly paired as presenter and evaluator. The array holds the names like: 0 = Bobby 1 = Tim 2 = Sally 3 = Fred I w...