I ran into a problem while pasting a lot of text into the MySql database.
Can I get any pointers (which column types to use and any other problems I need to know) regarding how I can achieve this, the code works fine with small amounts.
Thanks in advance.
Explanation Text blocks have about 7000 characters.
And the problem I am facing is that the PHP application tells me that the data has been saved, but when I look at dbase, the record is not stored.
I changed the specific column to LONG TEXT, but it doesn't seem to be the trick.
thank
source
share