Quote:
Originally Posted by Lynne
If you JOIN your character table to your user in the $posts query, then it shouldn't be too hard to do. It's a matter of setting up the tables/database the best way for what you want to do.
|
Hmm, alright. That shouldn't be too hard - all the characters are linked to users via the userid value and all the games are linked to the forums via the forumid value. Characters are further linked to games via the game primary key of gameID.
Lemme see if I can keep from destroying things

Thanks Lynne. Now to just figure out where the $posts query is located . . . .