07.02.2019, 11:33
Quote:
I'm on phone currently, but I'll try to help. That error means that the text is too long, between the string quotes.
You can split the entire string into two. Declare a string variable and use strcat two times. Each time use half of the text you are currently using. Then use that variable into the mysql function. |
Could you do it for me?