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
Post a Comment