Hey I've made a rating system in php and mysql and now I want to select a top 5, I've made something but if a user adds a rating (with the max) it's nr 1 ranking.
How do you guys do it in php and mysql ?
the table looks like this:
-- id
-- mid
-- uid
-- rating
The rating is a number from 1 to 5
Thanks in advance!