Text Area to HTML [resolved]
I want to put a text area on a page that I am working on, this text area is for the user to put in a message email body, the user types up the message body as plain text but i would like to have it converted to HTML. So that if the user enters 3 paragraphs separted by blank lines, when the text from the textarea get inserted in the email that gets sent out it doesnt look like a big chunk of information but separted into several paragraphs.
Does anyone have any idea of how to do this? Examples would be best.
Thanks to all that reply.