I have a form with a textarea whose results are inserted into a mysql database. I\'m using nl2br to preserve the line breaks.
However, because this inserts br\'s in the
Store the test in the database with break lines and when you echo it out to the screen run it through nl2br.
nl2br