MyBB Community Forums

Full Version: How to Get uid if we have the username of user
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How to Get uid if we have the username of user using simple select statement
$mybb->user['uid']

or what are you refering to ?
(2010-02-22, 10:41 AM)TStarGermany Wrote: [ -> ]$mybb->user['uid']

or what are you refering to ?

this will give us the login user uid,

i mean get it using a query like a simple select statement which i can run in my plugin