php留言板 能获取值 不能写入数据库问题

<?phpinclude_once("config.php");include_once("head.php");if($_POST['submit']){$sql="i... <?php
include_once("config.php");
include_once("head.php");
if($_POST['submit']){
$sql="insert into message (id,user,title,content,lastdate)
values ('','$_POST[user]','$_POST[title]','$_POST[content]',now())";
var_dump($sql);
mysql_query($sql);
}
echo date("Y-m-d");
?>
<form action="add.php" method="post" name="myform" onsubmit="return CheckPost();">

用户:<input name="user" type="text" size="10" /><br>
标题:<input name="title" type="text" /><br/>
内容:<textarea name="content" cols="60" rows="9"></textarea><br/>
<input type="submit" name="submit" value="发布留言"/>
</form>
展开
 我来答
a459803275
2012-05-02 · TA获得超过493个赞
知道小有建树答主
回答量:1304
采纳率:0%
帮助的人:743万
展开全部
你把这句放到数据库去执行看看什么情况,还有。。id一般是自动增加的,不用插入
更多追问追答
追问
"insert into message (id,user,title,content,lastdate) values ('','1','1','1',now())" 放进去 报错~~
追答
提示什么??外面的双引号不要
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式