I have problem with text written in textarea like this and then stored into database. When I store text like this:

This is text I'm inserting into
database.
I'm using "new lines(enter)" which I can't display on my web page.


On my web page It looks like this:

This is text I'm inserting into database. I'm using "new lines(enter)" which I can't display on my web page.

What can I do to awoid this?