hello ... im sorry to bother with a non-db question but i searched for this and got 0 record :P
its all about the wrappig in textareas:
how can i convert the end of line/ line breaks ['enter' keys] that the user
hits while
filling a textarea so that when i display the record content the text does
break where the user intended ???
ex.:
<textarea>bla blah blah
bla blah blah</textarea>
if i echo() this textarea value i will apear in a single line even if the
user pressed enter 2 break the line
