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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -