Hey all, I'm building a custom stats system for a client of mine, and I'd like to add a 'most active user' area to the stats, but I'm not totally sure how. I have a mysql table with these columns. ID | IP | USER | TIME | REFERRER So I would like to parse the database and look for rows that have the same user, then count them. If I knew what user to look for in the first place, this would be a non-issue. Any tips on how to do this would be great. Thanks!