23.04.2015, 14:49
I never used strtok and don't know how it works for making commands, but there:
means that if you don't type 64 characters as tmp's length defined above, it'll give you the error.
So, try this:
PHP код:
if(!strlen(tmp))
So, try this:
PHP код:
if(strlen(tmp) > 64)