php - Texarea field partially displays text copied/pasted from webpages -


i have textarea field in php form linked mysql longtext field use paste in text escaped mysqli_real_escape_string.

working on experiencing issue since if:

  • copy , paste text word editor characters included in textarea;

  • copy , paste text website text view limited.

in both cases pasted text entirely stored in db field. seems limitation of text area only.

any similar experience ?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -