new lines in textareas?
- From: maryfran@xxxxxxxxxxxxxxxxxx (Mary Anderson)
- Date: Sat, 29 Mar 2008 21:26:24 -0700
Hi all,
I have a php script which produces text which is to be displayed in a textarea. I have the wrap for the text area set to 'hard'. I need to have newlines inserted in the text.
"\n" and "<br>" don't work. They just get quoted literally in the text. I suspect I need to use htmlspecialchars , but don't know what special character to feed it.
Apologies if this should go to an HTML forum. I checked several archives and did not find anything useful. (They tended to tell me to put in \n or <br>!)
Thanks
Mary Anderson
.
- Follow-Ups:
- Re: [PHP] new lines in textareas?
- From: "Daniel Brown"
- Re: [PHP] new lines in textareas?
- From: tedd
- Re: [PHP] new lines in textareas?
- From: Casey
- Re: [PHP] new lines in textareas?
- Prev by Date: Re: [PHP] extract escaped quoted strings
- Next by Date: Re: [PHP] new lines in textareas?
- Previous by thread: extract escaped quoted strings
- Next by thread: Re: [PHP] new lines in textareas?
- Index(es):
Relevant Pages
|