Listing members by attributes

A

Anonymous

Guest
Ok, I want to have so that I can set a user's rank attribute. Leader being # 1, how could I have it list people in order according to rank. Also, are the MySQL commands predefined, like as in $dbhost= ""? I know them, I just want to know if they're predefined and if they ahve to be set up in anyway.

Thanks in advance

~HaVoC~
 
Ok say Leader is 1
Lt. is 2
and Private is 3

Ok so George is 1
Jason is 2
and Billy is 3

I want it to do this:

Leaders
George

Lts
Jason

Privates
Billy

ect.
 
Back
Top