26.04.2016, 18:20
Is there anything wrong with this line?
what did I do wrong? Sorry my bad english, i'm portuguese.
Код:
mysql_format(dbHandle, query, sizeof(query), "INSERT INTO `apbs` (id, charge, suspect, officer) VALUES (%d, '%s', '%s', '%s')", number, charge, suspect, name);
