<Text Area> updating data with a mysql db
I have Text and MediumText data types in the table in th Mysql db and am using Text Areas to collect data from the user and to update it later.
I notice that when there is a lot of text data and I want to do an “update” from my update page, sometimes it won’t let me pass the data to the php page that does the work of UPDATING the database.
On the original INSERT the data was accepted no problem, I only have this problem on the UPDATE part.
I can; however, manually go into Mysql and put the data in there.
If you have any knowledge that you can pass on to explain this anomaly I would be greatly appreciative.