MyBB Community Forums

Full Version: get uid of poster
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm codding some php, and I need uid of poster.

As I know, it has $post['fid4'], $post['username']... but in document, there is nothing called uid. So, how could I get uid variable of poster?
$post['uid']?
not work =.=', that's hurt :v

oh wait, thank mate, I user $tempname = $post['uid'], but use condition $tempid! LOL, sorry, it work!