I've been messing with my own project and wish to display results of a query into seperate groups like you have on your roster home page but cannot find out how to do it.
My database has two tables, one with the user details and another with the ranks of each user, linked by the rank_id to the char_rank field in my user_details table.
I would like to display the results like this:
Guild leader
(lists all members of this group)
Officer
(lists all members of this group)
Could you point me in the right direction, maybe a link to how it's done or tell me where in your roster code that it does this.
As you can guess, I'm a beginner in this kind of thing
Any help is appreciated