Ok I should try to explain this a bit better.
- Query the games table for the ID's
- Now the ID's are used to form the game_$id columns in the roster table.
- Columns have to be checked for a 0 or a 1.
- If it is a 1 we must now get the game name.
- There are multiple games and the are always added and deleted so it can't be hard coded as I have stated before.
I also want to keep the queries limited.
|