开发者

php-mysql error while inserting into table

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 '' at line 1


Yeah... it really helps to see the query to decipher it. From what you have though, it appears, the double-quote " character is not used in mysql. If you are dealing with strings, they are typically wrapped with 'single-quotes'. I'd check that first. if still a problem, then post your query for others to help.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜