I've since check it out more, and found this in the PHP Manual:
string nl2br(string, string)
How do I use this? If the string I want to replace newline characters in is $body, what code do I use?
$body nl2br($body, $body) doesn't work
neither does:
$body nl2br($body, $newbody)
This is probably a stupid questions, but I am a PHP newbie, and would have appreciated EXAMPLES OF USE in the PHP manual.
Thanks for your help!
-john