Hi,
I wonder if anyone can help me. I have a mysql table called fixtures, which has the rows player_id and wk1, wk2, -38.
The wk fields relate to a player_id
I want to be able to call the fixtures from say wk1 without repeating the player ids (i.e the fixtures will only be displayed once and wont list 1-v-2 and 2-v-1) So it will be something like:
Fixtures (week 1):
player_id - 1 -v- 2
player_id - 3 -v- 4
player_id - 5 -v- 6
It does not matter what is listed first, there are no home or away games.
I hope that makes sense! I cant think of another way of describing it!
Any help will be most appreciated, Thanks.