How can I make php automatically add at the end of each line in a text area?
Cool kid asked:
I have a text form, and it posts messages to my website. However, if I want to go to a new line within that message, i.e. within that text area, I need to automatically add
. Is there someway of php detecting the end of a line and adding
automatically?
Loretta
I have a text form, and it posts messages to my website. However, if I want to go to a new line within that message, i.e. within that text area, I need to automatically add
. Is there someway of php detecting the end of a line and adding
automatically?
Loretta












Php you can this will add n.
The form let say _post[text] put it echo it echo text_with_br.