Is there anyway to convert enter's in a users response to <br>'s.
Thanks in advance
Hi, I am not getting your problem.As i understood user can key-in <br> in the textarea field.What problem you are facing with that and what exactly you want to do.Could you explain in detail.
Cheers Ajay
You can use the nl2br() function to convert newlines in a string to <BR>
thx