MySQL Issue?
#5

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:

pawn Код:
`nick` = %s
... it should be:

pawn Код:
`nick` = '%s'
Reply


Messages In This Thread
MySQL Issue? - by nmader - 27.03.2013, 21:01
Re: MySQL Issue? - by EiresJason - 27.03.2013, 21:24
Re: MySQL Issue? - by nmader - 27.03.2013, 23:18
Re: MySQL Issue? - by EiresJason - 28.03.2013, 02:32
Re: MySQL Issue? - by Scenario - 28.03.2013, 03:09

Forum Jump:


Users browsing this thread: 1 Guest(s)