you aren't looking at the data right, or you are stripping them out when you get the data before you put it in the database...
just do this:
form with textarea, get the data, store it in the database.
when you store the data, do a nl2br(htmlspecialchars(stripslashes($data)))
when you show it in the text area on the form, just do stripslashes($data)