I have a comment box that users can fill and saving the text in a MySQL database:
When a users fills text in my textbox with a backslash (\n)
it shows in the text box without the new line.
For example, the user enters:
Hi everyone!
Me
The Textbox displays:
Hi Everyone!Me
What am I doing wrong?