Home > Backend Development > PHP Tutorial > cf international video chat room chat room php&mysql five

cf international video chat room chat room php&mysql five

WBOY
Release: 2016-07-29 08:33:30
Original
3313 people have browsed it

第五个页面name="changenick.php"
include "../signup/mysql.php";
//echo $userid;
if($action=="ok")
{
$sql="select * from chat_user_list where userid='$nick'";
$result=mysql_query($sql) or die(mysql_error());
if(!$result) echo "该呢称已被他人占用 请重新填写";
else   
    {
$sql="update chat_user_list set,passwd='$passwd',sex='$sex' where userid='$userid'";
$result=mysql_query($sql)or die(mysql_error());
$sql="update chat_user set,passwd='$passwd',sex='$sex' where userid='$userid'";
$result=mysql_query($sql)or die(mysql_error());
     }
if($result){
           echo "";
           }
}
?>


:::FEIT聊天室:::





  
  

    

  
      
    


    

  
      
      
    


    

  
      
    


    


      
    


  


用户呢称

用户密码

性别



以上就介绍了cf国际视频聊天室 聊天室php&mysql五,包括了cf国际视频聊天室方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template