So, I've created a website where users can comment on entries, their comments are stored in MySQL and then displayed under each entry. I'm not sure if I'm asking this correctly, but how do you format their entry on the site? What I mean, for example, is if someone types this in the form:
Quote:
I loved that movie.
Did you see this movie?
|
It is stored in the database like this:
Quote:
I loved that movie.
Did you see this movie?
|
...but when it is read from the database and put on the site it looks like this:
Quote:
I loved that movie. Did you see this movie?
|
Is there a way to display it with the different line on the site like it was typed?