![]() |
|
|
+ Search |
![]()
|
Mar 15th, 2002 16:48
Jessi Conrad, Nathan Wallace, Jason Brooke
Use nl2br(); http://www.php.net/manual/function.nl2br.php3 To make the changes to the text itself you can use: $text = str_replace("\n","<br>",$text);