28.07.2011, 07:48
You should be using strcat() instead to concatenate the strings, it's much more efficient, and readable. Also, why are you doing this in the first place? I assume the compiler is spitting out an error for the input line being too long?
Also, debug MySQL and paste the log here. And why do you call mysql_free_result? You're only updating the database.
Also, debug MySQL and paste the log here. And why do you call mysql_free_result? You're only updating the database.