Hi,
I'am trying to create a ranking from a mysql database. My problem is that I
don't know how to determine exaequo ranking!! Exaequo means that two teams
with the same amount of points get the same rank.
Wrong:
Rank Team Points
1 Team1 10
2 Team2 9
3 Team3 9
4 Team4 7
Correct:
Rank Team Points
1 Team1 10
2 Team2 9
2 Team3 9
4 Team4 7
Can anyone help me with this problem.
Cheers, RICO.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP-WIN] create ranking Rico Derks
- Re: [PHP-WIN] create ranking Ignatius Reilly