Only user with avater to post message in chatr00m...

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

    Only user with avater to post message in chatr00m...

    Hi coders, pls i want Only user with avater to post message in chatroom. Can som1 Help

    #2
    PHP Code:
    $ava mysql_query("SELECT avater FROM table WHERE id='".$uid."'");
    if(!isset(
    $ava[0])){
    echo 
    'You must have an avatar to be able to type in chat<br/>';
    }else{
    //normal stuff here

    Comment


      #3
      Tanx men.... I wil edit it to suit my skript

      Comment

      Working...
      X