Hi,
I have a form that includes <textarea>. User input into the text area will be large amounts of text. The text is then saved into mysql db.
When I later retrieve the text from mysql using php, the formatting is lost.
I know users can use html tags like <br> and <p> to format the page, but is there a way to make the text appear exactly the way the user types it in?
I need to do this because I'm not sure all my users know html. Thanks.
Richie.