What is wrong with this?
#1

....
Reply
#2

The query is too small to store the whole query. Change to:
pawn Код:
new query[517];
350 (without placeholders) + 1 (NULL) + 21 (20 max characters for the name) + 129 (hashed password) + 16 (max ip) = 517

Reply
#3

....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)