Skip to content
Advertisement

Tag: ranking

Calculating rank in PHP/MySQL

I’ve got a table in MySQL lets just say for example its got two fields Username, GameName and Score. I want to calculate the rank of a user for an indivudal game name so I could do the query SELECT * …

Advertisement