OK,
to preserve carriage returns /line feeds in this scenario:
INPUT:
textarea (with carriage returns/line feeds) written to mySQL (field type = text)
OUTPUT: (reverse)
mySQL (text) to php variable to javascript variable into textarea PRESERVING carriage returns/line feeds?
HELP!
I can think of a weird way: to parse the php string using n12br() and then again translating it into the resulting HTML breaks into "\r\n" but there must be a better way. heck i dont know if this even works.
-Arcadian