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

  • Thread starter Thread starter Cool Kid
  • Start date Start date
C

Cool Kid

Guest
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 <br>. Is there someway of php detecting the end of a line and adding <br> automatically?
 
Back
Top