17.07.2013, 01:25
''15.374' You're not closing the quotation. One quotation from the error and the 2nd one is yours.
Also, enclose your identifiers with a back tick ( ` ). Here's an example:
Should be:
Also, enclose your identifiers with a back tick ( ` ). Here's an example:
Код:
"UPDATE accounts SET Name = '%s',
Код:
"UPDATE `accounts` SET `Name` = '%s',