its becourse a user submitting a form, i need 2 things
UserID and Username and it will be auto submitted via 2 hidden fields
if i only get one of them, i then need to do a extra query to retrive the other
from user db.
gonna show link like this
Ruid and Rname i get in the while{} all working great,
but i dont trust any user to submit userid or name manually.
therefor on the input page i want those two
<a href="member.php?u='.$row['Ruid'].'" target="_self">'.$row['Rname'].'</a>
and ive found out,, that $bbuserinfo[userid] is just the name, not the id as the name says, haha.
LOL found them, dooh.. !
value=$bbuserinfo[username] />
value=$bbuserinfo[userid] />