Match program

Hi!

Im am creating a match program, which have to take all rows in my mysql database, and create a list of pair. I need Flash to make a list that a generated random, and no rows may be there twice…

Example:
Mysql:
Tester1
Tester2
Tester3
Tester4
...

Output in Flash:
Tester1 - Tester4
Tester 2 - Tester3
...

Hope some can help me… :slight_smile: