I am wondering how to get the rank of a player who was wrote to my page using:
$res = $con->query("SELECT * FROM hiscores ORDER BY `0` DESC LIMIT 50");
I have a list of my players on my page organized by their values in column 0. How do I get what rank the player is based on the ORDER BY?