Hi what would be the best way to make a list of the top 10 referrers.
My members will be promoting a page for me. So in my table it will record which user id referred the person and where the person was referred from.
So when user id 1 logs in, i want to display user ids 1 list of his top ten referrers.
The table has the following fields. uid, ip, time, referrer.
any help appreciated.