I have a form in which the user enters data in a text area and the data is saved in my SQL database. The problem is that, for example, if you create a new paragraph in the text area, the formatting is lost when saved to the database and all the sentences are ran together with no blank lines.

How do I preserve the spacing and formatting used in the text area? Thanks for your help!