php问题 总是显示错误 第4行 第8行 还有第12行 在线求解答 5
<?phpheader("content-type:text/html;charest=utf-8);include'conn/conn.php';if(isset($_...
<?php
header("content-type:text/html;charest=utf-8);
include'conn/conn.php';
if(isset($_POST['user']) and isset($_POST['pwd']) and isset ($_POST[['section']) and isset ($_POST['name'])){
if($_POST['user']!=null and $_POST['pwd']!=null and $_POST[['section']!=null and $_POST['name']!=null){
$select=mysql_query("select*from tb_login where user='".$_POST['user']."",$coon);
if(mysql_num_rows($select)==0){
$insert=mysql_qurey("insert into tb_login(user,pwd,section,name)
vlaues('".$_POST['user']."','".$_POST['pwd']."','".$_POST['section']."','".$_POST['name']."')",$conn);
if($insert){
echo"<script>alert('恭喜,注册成功')</script>
}else{
echo"<script>alert('注册失败')</script>
}
}else{
echo"<script>alert('用户名已存在,请重新输入')</script>
}
}else{
echo"<script>alert('请填写完整注册信息!')</script>
}
}
?> 展开
header("content-type:text/html;charest=utf-8);
include'conn/conn.php';
if(isset($_POST['user']) and isset($_POST['pwd']) and isset ($_POST[['section']) and isset ($_POST['name'])){
if($_POST['user']!=null and $_POST['pwd']!=null and $_POST[['section']!=null and $_POST['name']!=null){
$select=mysql_query("select*from tb_login where user='".$_POST['user']."",$coon);
if(mysql_num_rows($select)==0){
$insert=mysql_qurey("insert into tb_login(user,pwd,section,name)
vlaues('".$_POST['user']."','".$_POST['pwd']."','".$_POST['section']."','".$_POST['name']."')",$conn);
if($insert){
echo"<script>alert('恭喜,注册成功')</script>
}else{
echo"<script>alert('注册失败')</script>
}
}else{
echo"<script>alert('用户名已存在,请重新输入')</script>
}
}else{
echo"<script>alert('请填写完整注册信息!')</script>
}
}
?> 展开
展开全部
下面是给你改的代码,语法问题多注意哦
<?php
header("content-type:text/html;charest=utf-8");
include'conn/conn.php';
if(isset($_POST['user']) and isset($_POST['pwd']) and isset($_POST['section']) and isset($_POST['name'])){
if($_POST['user']!=null and $_POST['pwd']!=null and $_POST['section']!=null and $_POST['name']!=null){
$select=mysql_query("select*from tb_login where user='".$_POST['user']."",$coon);
if(mysql_num_rows($select)==0){
$insert=mysql_qurey("insert into tb_login(user,pwd,section,name)vlaues('".$_POST['user']."','".$_POST['pwd']."','".$_POST['section']."','".$_POST['name']."')",$conn);
if($insert){
echo"<script>alert('恭喜,注册成功')</script>";
}else{
echo"<script>alert('注册失败')</script>";
}
}else{
echo"<script>alert('用户名已存在,请重新输入')</script> ";
}
}else{
echo"<script>alert('请填写完整注册信息!')</script> ";
}
}
?>
<?php
header("content-type:text/html;charest=utf-8");
include'conn/conn.php';
if(isset($_POST['user']) and isset($_POST['pwd']) and isset($_POST['section']) and isset($_POST['name'])){
if($_POST['user']!=null and $_POST['pwd']!=null and $_POST['section']!=null and $_POST['name']!=null){
$select=mysql_query("select*from tb_login where user='".$_POST['user']."",$coon);
if(mysql_num_rows($select)==0){
$insert=mysql_qurey("insert into tb_login(user,pwd,section,name)vlaues('".$_POST['user']."','".$_POST['pwd']."','".$_POST['section']."','".$_POST['name']."')",$conn);
if($insert){
echo"<script>alert('恭喜,注册成功')</script>";
}else{
echo"<script>alert('注册失败')</script>";
}
}else{
echo"<script>alert('用户名已存在,请重新输入')</script> ";
}
}else{
echo"<script>alert('请填写完整注册信息!')</script> ";
}
}
?>
展开全部
在$_POST中改为isset($_POST['变量']);还有 echo "XXXX" 的后面少了个双引号。
追问
能不能帮我改下啊,我还不太懂 你可以复制我的 然后把错的改掉 谢了
追答
上面好像已经有人帮你修改了 ^_^
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
明显第8,12行查询语句少了"这个结束。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询