[SOLVED] New line in PHP forum
Posted: Sun May 30, 2004 12:25 pm
Hi!
Im making my own forum. When user will post a post and press enter I need my code to replaca New Line with <br>. How can I do this? In asp it was simple
But how does New line looks like in PHP? Thank you!
Im making my own forum. When user will post a post and press enter I need my code to replaca New Line with <br>. How can I do this? In asp it was simple
Code: Select all
Replace(vbcrlf,"<br>")