已有40人关注
《PHP开发典型模块大全》第四章添加回复: 回复不了?
发表在PHP图书答疑 2009-06-23
是否精华
版块置顶:
在第04\12\review_chk.php下的代码可用吗?我总是添加(回复)不了。总弹出'有错误,请返回'这句去了。是不是SQL语句不行?请问哪儿错了?
<?php
session_start();
include_once 'conn/conn.php';
$id=$_POST['id']; 
$cont = $_POST['reviewcont']; 
$name = $_SESSION['name'];
if(empty($id) or empty($cont)){
// if (empty($cont)){
echo "<script>alert('回复为空,请返回');history.go(-1);</script>";
exit();
}
//$insertsql = "insert into tb_mess (content,review,author) values('".$cont."',".$id.",'".(empty($name)?'匿名':$name)."')";
$insertsql = "insert into tb_mess(content,review,author) values('".$cont."',".$id.",'".$name."')";
mysql_query($insertsql);
if(mysql_affected_rows() == 1){
echo "<script>alert('回复成功');location='index.php';</script>";
exit();
}else{
echo "<script>alert('有错误,请返回');history.go(-1);</script>";
exit();
}
?>
分享到:
精彩评论 1
346827366
学分:0 LV1
2009-06-23
沙发
您好:

    您可以在
      mysql_query($insertsql);
   之后增加一个语句:
      mysql_error();
   获取到SQL语句的错误信息,查看一下具体是那里的错误。

首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照