Help!
ok this is want i am trying to do.
I have added an extra field to the user table called amtdonation.
what I want to do is make a page that will display the members with the highest amtdonation
Example:
user 1 has 10.00
user 2 has 20.00
and
user 3 has 5.00
what I want to generate is a page that has
1. user 2 20.00
2. User 1 10.00
3. User 3 5.00
Total amount = 35.00
a top list of donators
it would be display like username in one cell and donation in second field
then the total at the buttom
can anyone make this or tell me where to start by giving me some sample code ?
Thanks
|