On Friday 23 March 2001 01:49, you wrote:
> > Use \r\n for email line breaks.
>
> Should I write a function that replace any corrance of '\n' with '\r\n'
> in a string myself?
> Hard to believe that the PHP guys haven't encountered this before and
> didn't write some PHP function to do this for us, not?

Well, 
str_replace('\n', '\r\n', $MyText); 
isn't so tedious to type that you need an extra function for it I'd say...

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

"Never doubt that a small group of thoughtful, committed people can
change the world...
Indeed, it's the only thing that ever has."

- Margaret Mead

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to