Jump to content

Syntax Error.


GB_001

Recommended Posts

order is a MySQL reserved word. You should avoid using reserved words as the names of database tables or fields.

 

http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html

 

I'd suggest changing the table name, but - if this is a large application already - you could use `backticks` around order and avoid the problem rather than re-write some code.

Link to comment
https://forums.phpfreaks.com/topic/106245-syntax-error/#findComment-545309
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.