MyBB Community Forums

Full Version: User Query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering if there was a query I could use to more or less select the information of a specific user.
What I am trying to do it take the ID of the person who submitted the post and use this to link with other rows specific to users in another table in the database.

(e.g. take ID from the person who submitted post X from the users table and then refer to this ID in table Example where ID="posters_id"

Any help would be appreciated