hello
first sorry for my english
i want to know if it's possible to do a rank serveur on a php website
i tried this request sql but im not sure its the good request:
Code:
$select = 'SELECT DISTINCT alias, SUM(score) as nbpoints , COUNT( score ) AS nbscores
FROM players p, scores s
WHERE p.user_id= s.user_id
AND boosts=0
GROUP BY alias
ORDER BY nbpoints desc
LIMIT 0 , 100';
can u help me plz i want to do a rank server
i dont undestand how score have

been attribuate
thanks u

very good job man