28.03.2013, 03:09
That query is going to (or should) return an error, by the way. You have to put apostrophe's around string place-holders (at least that's what I call the %s's in a string).
So, where you have:
... it should be:
So, where you have:
pawn Код:
`nick` = %s
pawn Код:
`nick` = '%s'