Users viewing own Page
How (in code) can I determine if the user is viewing their own page?
$userinfo[userid] is the page that I'm on right?
If so, whats the code for the current active user? How can I make the check ?
--------------- Added [DATE]1217534709[/DATE] at [TIME]1217534709[/TIME] ---------------
ok well i figured it out, but is it easier then this: ?
$bbuserinfo[userid] == $userinfo[userid]
|