
07-18-2007
|
| Administrator
Join Date: Jun 2007
Posts: 3,729
BRL$: 35,044.15 Thanks: 0
Thanked 7 Times in 7 Posts
Rep Power: 406 | | Query Syntax Getting this error on a simple insert into mysql. ---Quote--- 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 'desc) VALUE ('11', 'trest', 'tresd')' at line 1 ---End Quote--- My Query: ---Quote--- mysql_query("INSERT INTO catalog (artistid, title, desc) VALUE ('$artistid', '$title', '$desc')") or die(mysql_error()); ---End Quote--- ??? To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. | |
__________________ █ High Quality To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ Powerful To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To receive latest updates about BRL Forums, Subscribe to Latest Updates Thread.
| | | |