php 执行mysql_query("insert ...")能成将内容插入到数据库中,但下面语句不执行= =!
include("conn/conn.php");$ifquery=mysql_query("insertintotb_student(id,name,pwd,sex,q...
include("conn/conn.php");
$ifquery=mysql_query("insert into tb_student(id,name,pwd,sex,question,answer,faculty,subject,class,enteryear,email,contact) values('$stu_id','$stu_name','$stu_pwd','$stu_sex','$stu_question','$stu_answer','$stu_faculty','$stu_subject','$stu_class','$stu_enteryear','$stu_email','$stu_contact')");
if($ifquery == TRUE){
echo "注册成功";
window.open('login.php','_parent','',false);
}
大神们帮看看,菜鸟很迷茫,还有要在提交之后跳转到登录界面的语句对不? 展开
$ifquery=mysql_query("insert into tb_student(id,name,pwd,sex,question,answer,faculty,subject,class,enteryear,email,contact) values('$stu_id','$stu_name','$stu_pwd','$stu_sex','$stu_question','$stu_answer','$stu_faculty','$stu_subject','$stu_class','$stu_enteryear','$stu_email','$stu_contact')");
if($ifquery == TRUE){
echo "注册成功";
window.open('login.php','_parent','',false);
}
大神们帮看看,菜鸟很迷茫,还有要在提交之后跳转到登录界面的语句对不? 展开
2个回答
展开全部
values 后面里的变量这样写:如果变量时数字 ".$num.", 如果变量时字符 '".$char."',
插不进去多半是格式出错了。。
插不进去多半是格式出错了。。
更多追问追答
追问
可以插入到数据库中,就是接下来的语句如果注册成功显示注册成功,与页面跳转不执行
追答
if($ifquery == TRUE){
echo "注册成功";
echo"window.open('login.php','_parent',",'false')";
}
PHP里怎么能跑JS代码呢-_-!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询