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>
}
}
?>
展开
 我来答
lgs770950672
2013-05-14 · TA获得超过404个赞
知道小有建树答主
回答量:464
采纳率:66%
帮助的人:358万
展开全部
下面是给你改的代码,语法问题多注意哦

<?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> ";
}
}
?>
lai1362000
2013-05-14 · 超过49用户采纳过TA的回答
知道小有建树答主
回答量:186
采纳率:0%
帮助的人:160万
展开全部
在$_POST中改为isset($_POST['变量']);还有 echo "XXXX" 的后面少了个双引号。
追问
能不能帮我改下啊,我还不太懂  你可以复制我的  然后把错的改掉  谢了
追答
上面好像已经有人帮你修改了 ^_^
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
guohao214215
2013-05-14 · 超过13用户采纳过TA的回答
知道答主
回答量:38
采纳率:0%
帮助的人:36.2万
展开全部
明显第8,12行查询语句少了"这个结束。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式