mysql
Dave asked:


I’ve got a form setup which accepts text via a textfield, here the user can type whatever and insert spacing and new paragraphs. The text and whatever formatting is present is saved correctly to the MySQL database, but when displaying it via PHP it displays everything on a single line.

Is there a way around this to display it as it was originally entered?