echo textarea value with line breaks
-
Hello
How can I echo each line separetely?Everytime someone write something like:
“first line
second line
third line”I get: “first line second line third line”
How can I solve this?
I can’t allow users to user WYSIWYG, all I need is to use the simple textarea and that the output have each line as a new paragraph.
The topic ‘echo textarea value with line breaks’ is closed to new replies.