Updating scores table and updating rank with php.
Hi
I have a scores table on my site that is
Scores : id - userid - rank - points -
While using the site users get points for doing stuff. The points are updated, but I don`t know how
to update the rank of that user by comparing every one elses points and updating the rank numbers
based on the users with most points in php.
Hope you can help. Thanks