I am writing information from a textarea on a form to mySQL.
I first process that information with nl2br( ) before writing it to mySQL.
When I retrieve the information from mySQL and display it on a HTML page, I see "M" at the end of the lines where I had hit Enter.
Is there anyway to correctly process the hidden characters from textarea when the user hits the Enter key?