link to profile

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    link to profile

    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

    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]&amp;sid=$sid\" style=\"color:$color;\">staff of the month<br/>".getnick_uid(2)."</a><br/>";
    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
    HELP THEM WHO HELPS YOU



    i only work on wapdesire v_2 coding only

    #2
    what are you trying to achieve
    Want something coded email me at sales@webnwaphost.com for a prices.




    Comment


      #3
      Originally posted by NickGriffin View Post
      what are you trying to achieve


      i am trying to get a link so when u click the usersname it takes u to the profile but i want this for staff of the month please
      HELP THEM WHO HELPS YOU



      i only work on wapdesire v_2 coding only

      Comment

      Working...
      X