06.02.2013, 15:18
Quote:
new query[350] is not enough. It should be at least 500. The query without any values is 344 letters long. It'll be over 350 with values set.
|
I use query[300] for the smaller lines so the query without values would probably be atleast 100 :P
By the way, would setting all new queries to 500 effect my code in any way even for the smaller values?