$sql=mysql_query("select usernc from tb_user where usernc='".$usernc."'",$conn);
 $info=mysql_fetch_array($sql);
 sql语句的问题