Forum Moderators: coopster
in the DB it has to fields 1. Score 2. Votes.
In these fields there are total score and how many votes
for eg Score = 80 Votes = 8 . So the rating will be 8.0.
Is there a Mysql query i can use to get the rating from the two fields and display as top rated?
for eg something like
$query = "GET * FROM 'record' WHERE average 'scores', 'vote' DESC";
I thought you can ... but i could be wrong. Thanks in advance.