|
Posted by peter on 03/16/07 09:28
> insert into canton ( big5, thekey, changjei, canton, touched ) values ('
> ΅\\','BAY ','MGPP ','PEI ',0)
>
> 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 'BAY
> ','MGPP
>
> '΅\\' is mysql_real_escape_string('΅\')
The sql is failling because you have opened the quotes and not closed them
before the bay input (you have used an escape character before the closing
quote.
Navigation:
[Reply to this message]
|