Mohammed Adamu

Mohammed Adamu

  • NA
  • 107
  • 46.3k

MySQL truncate data automatically

Mar 23 2019 2:40 AM
Hi please am facing this issue in MySQL when inserting a data from a textarea field in my form, the data gets truncated and only insert the first character into the database, but if I manually copy the same text it accepts it in the column. I have used vachar 100, 500 etc and text data type but noting seem to work so far.
Am using jQuery to insert into the MySQL database and all the data get inserted except this "Remarks" column which is always truncated.
Please any help will be of great importance.
Thank you

Answers (2)