How can I make php automatically add at the end of each line in a text area?

php
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
Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Mixx
  • De.lirio.us
  • NewsVine
  • Simpy
  • Slashdot
  • StumbleUpon
  • Technorati
  • Upnews

Tags: ,

Tuesday, September 1st, 2009 Uncategorized

2 Comments to How can I make php automatically add at the end of each line in a text area?

  1. Php you can this will add n.

  2. DzSoundNirvana on September 1st, 2009
  3. The form let say _post[text] put it echo it echo text_with_br.

  4. Fabian G on September 3rd, 2009

Leave a comment