On Jan 15, 2008 4:10 PM, Pastor Steve <[EMAIL PROTECTED]> wrote:
> Thanks,
>
> Here it is:
>
> ERROR 1064 (42000): 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 'order,edit,remove,section,type) VALUES
> ('blah','blah','blah','blah','blah')' at line 1

'order' is a reserved word.  Quote it with backticks:

`order`

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to