I'm currently building a site which requires users to post replies.
I would like it so it takes note of the line breaks that the user has posted.
Eg. When some posts this:
It'll go in the database like this:
So when I try to return it like this:
It'll show like it is in the database. How can I get it to take note of the line breaks?