Hi,
I'm working on an application where a user inputs text into a text area field.
This is then stored in the mysql database as a text field.
At some future point this text is sent as a part of an email to another user.
I've got it "working", but the text in the email comes essentially as one long string.
Any suggestions as to the best way to handle this to make the output more appealing to the eye ?
Thanks,
John.