I have a php script which currently works and no issues, but i recently added a leagues system into the script as well as game types
I currently have 2 leagues and 3 game types.
The league records script which i’m wanting to change just shows the records for both leagues and all game types combined.
I am wanting to make it so that if you select a league from the menu it will show only the stats from that league. As for the gametypes have a spot where it sorts them for each type of that …
