Top Listing
Posted: Tue Oct 28, 2003 8:38 am
This really...really pains me to write this, only because I know I have done it before many...many times.. but for the life of me I am blanking on this.
I need to make sort of a top downloader list. All the data is in a MYSQL table called xfer_stats. In this table there are a ton of columns but the ones I am interested in are usr,bytes I want to add up all the bytes per user and display. Listing all the users in order of most to least. Something similar might be done with money values in a similar application.
How do I go about doing this??
I need to make sort of a top downloader list. All the data is in a MYSQL table called xfer_stats. In this table there are a ton of columns but the ones I am interested in are usr,bytes I want to add up all the bytes per user and display. Listing all the users in order of most to least. Something similar might be done with money values in a similar application.
How do I go about doing this??