php 数据插入mysql数据库出错
$sql="INSERTINTOtable(id,number,type)VALUES('$a','$txt','$a')";这是sql语句但是执行插入的时候出问题了,问...
$sql="INSERT INTO table (id, number, type) VALUES ('$a','$txt','$a')";
这是sql语句 但是执行插入的时候出问题了,问题如下 请问怎么解决
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 ’table (id, number, type) VALUES (’5',‘123456','5')‘ at line 1 展开
这是sql语句 但是执行插入的时候出问题了,问题如下 请问怎么解决
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 ’table (id, number, type) VALUES (’5',‘123456','5')‘ at line 1 展开
展开全部
数据库语句出错
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 ’table (id, number, type) VALUES (’5',‘123456','5')‘ at line 1
翻译:你有SQL语句有语法错误,请对照你的MySQL服务器版本使用的正确语法来修改,你的语法错误在第一行:“table (id, number, type) VALUES (’5',‘123456','5') ”
我知道了 就是在VALUES ('$a','$txt','$a')
这段有问题。
你输出一下,是不是有错
还有你的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 ’table (id, number, type) VALUES (’5',‘123456','5')‘ at line 1
翻译:你有SQL语句有语法错误,请对照你的MySQL服务器版本使用的正确语法来修改,你的语法错误在第一行:“table (id, number, type) VALUES (’5',‘123456','5') ”
我知道了 就是在VALUES ('$a','$txt','$a')
这段有问题。
你输出一下,是不是有错
还有你的id是什么类型的。为什么要打上单引号呢
展开全部
table是保留字,用于表名时加反引号``
你试一下.
字段名如果是保留字,也要这样写
你试一下.
字段名如果是保留字,也要这样写
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
$sql="INSERT INTO table (id, number, type) VALUES ('“.$a.”','“.$txt.”','“.$a.”')";
试试把
试试把
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
{ $db-
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询