php 中用update修改数据具体问题如下:
$sql="UPDATEbookSETuser='$_POST[user]',sex='$_POST[sex]',telephone='$_POST[telephone]...
$sql="UPDATE book SET user='$_POST[user]',sex='$_POST[sex]',telephone='$_POST[telephone],qq='$_POST[qq]',email='$_POST[email]',location='$_POST[location]',time=now() WHERE id='$_POST[id]'";
在提交数据库时出现了You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '222',email='2',location='2',`time`=now() WHERE id='1'' at line 1
请问除了什么问题,是不是时间函数now()函数的问题? 展开
在提交数据库时出现了You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '222',email='2',location='2',`time`=now() WHERE id='1'' at line 1
请问除了什么问题,是不是时间函数now()函数的问题? 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询