I am trying to create a set of league table in MySQL and PHP.
I can get the tables to show the top and bottom 5 values but the problem is when I have less than ten records in the system.
When this occurs the same people can appear in the top and bottom league tables.
Is there a way around this?
Thanks