can some one change this so it goes to the users name i am trying to sort out staff of the month on a wapdesire v_2 script
i got this off the shoutbox i need this ".getnick_uid(1)." so i can change the id when its a diff member of staff
thanks to any one that can help me out
Code:
$sex=mysql_fetch_array(mysql_query("SELECT sex, image FROM profiles WHERE uid='".$lshout[1]."'"));
if($sex[0]=="M"){$usersex="";$color="#0000FF";}
if($sex[0]=="F"){$usersex="";$color="#FF0066";}
if($sex[1]!=""){$usersex=getbbcode($sex[1],$sid,1);}
$shnick=getnick_uid($lshout[1]);
$main.="$usersex<i><a href=\"./profile.php?who=$lshout[1]&sid=$sid\" style=\"color:$color;\">staff of the month<br/>".getnick_uid(2)."</a><br/>";
thanks to any one that can help me out

Comment