I’m currently building a clan match area for my clan and have made progress with the pages i’m making. The next thing on my list is how to create a table of stats from the database entries I have.
Each match has score for and against, also different types of matches.
what I’d like to try to generate is a table with
4v4
8v8
12v12
16v16
Other
Totals
Each with Win loss and draw for them.
Is this something easy enough to do or will it require a lot of queries to the database?