I have a textarea that I need to put a new line into with some dashes above. I have tried nl2br but that just echos the
tag. I have also tried to concat the "\n" but it is ignored.
What this is for is an email like system. When the user replies to an email, I want the old message below with a seperator like a few dashes. I can't get this to work though.
new message starts here
--------------
old message here
Can someone please give a hand?
Thanks.