Hello all,
I am developing a 8-ball pool website and i have a problem with fixtures. Teams are grouped in a league. There can be as many as 100 teams in a league. One team should play every other team. The script should display all the possible combination of teams. For example, if there are three teams A, B, and C, the script should display:
A --> B
A--->C
B--->A
B--->C
C-->A
C-->B
If you have any idea, how i can do this please, reply.