|
Posted by Jerry Stuckle on 03/16/07 10:49
peter wrote:
>> 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.
>
>
That would give a PHP syntax error. He's getting a MySQL error.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|