PDA

View Full Version : Username display in header!


ConKien
03-17-2007, 03:41 AM
I try to use this code to let user view their profile on the top of my website once they login
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">View My Profile</a>

But it somehow did not get the userid, when I put the mouse on the "View My Profile" link, it only had "/member.php?u=

did I miss anything in the code?

Please help!
CK

Dismounted
03-17-2007, 03:42 AM
$bbuserinfo[userid]

ConKien
03-17-2007, 03:47 AM
Thanks dismounted! :)