24.04.2015, 12:29
Hi, i got a mysql error with saving logs system...
code:
Quote:
[21:06:22] errorid: 1064 | error: 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 |
Quote:
format(Uzklausa, sizeof(Uzklausa), "INSERT INTO `logai` (data,vardas,logas) VALUES ('%s', '%s', '%s')", logudata, zVardas, logas); mysql_query(Uzklausa); |