Posts: 54
Threads: 24
Joined: Jul 2010
Reputation:
0
I'm just curious, what does it mean by "Input line too long"? I get that on one line, which is the line where I'm saving my player's stats when they disconnect (using mysql).
Posts: 424
Threads: 21
Joined: Jun 2008
Reputation:
0
An annoying thing happens, not sure why but.
you have to split up the mysql query into multiple query's (actually only multiple format's, but that would involve making a HUGE string (like 2000)
so yah, just split it up.