(I think I used to know this...)
On my form, I've got a textbox and I store the input in a database. To retain line breaks and apostrophes, I use nl2br at the time of insertion.
But, this is an editable area, so when the information is retrieved and put into the textbox for editing , how do I make it so that the user doesn't see <br> tags?