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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -