php - How to conserve line breaks when saving text in a textarea in mysql? -
i saving text in textarea in mysql database, line breaks aren't conserved.
the issue is, text used in tinymce editor, nl2br won't work.
how can conserve line breaks?
new lines preserved. in database data should saved new line char \n in
Comments
Post a Comment