I have got a php script that will save data from a form to a database,
this works well with short data but when i try to enter lots of data in to one text field;

the field allows me to enter all of the data in, but when clicking on the update button it doesnt process and doesnt update to the database, but entering it manually to the databse works.

any suggestions how to fix this?