Appreciate the helps guys.
It's an abilities hack, for RPG boards and the likes.
It has 2 tables - rpgabilities and rpguserabilities.
rpgabilities - fields are abid (ability id - auto increments), name (name of ability), and description (describe what it does)
rpguserabilities - fields are id (unique, auto increments), username (name of user who is learning/has learnt the ability, name (name of ability), abexp (the exp the user has for that ability) and checked (yes no value for the checkbox).
Yup I will be using 1 user from the user table (where username = $bbuserinfo[name] i think) - it will show only the abilities of the member.
|