What's wrong with this query
#1

Код:
INSERT INTO users (Name, Password, AdminLevel, Cash, Skin, IP, Kills, Deaths, VIP, Stickers, Mapscreated, Racescreated, Raceswon, Jailed, JailTime, AntiFall, AutoFix, Condoms) VALUES('%s',md5('%s'), %d, %d, 0, '%s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
I get this.
Код:
MySQL Error (0): Could not execute query. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1.
Reply
#2

Fixed, Thanks Norn :P

[256] is not big enough.
Reply
#3

Quote:
Originally Posted by Eric_
Fixed, Thanks Norn :P

[256] is not big enough.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)