Find top contributers from DB

UnFeeLing

New Member
Each post that gets created on my site get stored in a database table, inside that table is a column which lists the users username.I'd like to find the top 10 contributers to my site, how can I count all the posts create by all users and then display the top 10 contributers in a list.Table name: postsTable column: usernameEach post has a username entry.
 
Back
Top