25.02.2011, 07:54
You can't use one grave and fail to continue to use them (note, graves are the '`' characters), you need to wrap them around your columns too.
pawn Код:
format(Query, sizeof(Query), "INSERT INTO `accounts` (`username`, `password`) VALUES('%s', '%s')", EscapedName, EscapedPassword);