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]
- [PHP] Move data from one MySql table to another? YoBro
- RE: [PHP] Move data from one MySql table to anothe... Cal Evans
- RE: [PHP] Move data from one MySql table to anothe... James Atkinson
- Re: [PHP] mail(): carriage return required?? CC Zona
- RE: [PHP] mail(): carriage return required?? Eelco de Vries
- Re: [PHP] Move data from one MySql table t... Christian Reiniger
- Re: [PHP] Move data from one MySql table to anothe... darion mapp
- RE: [PHP] Move data from one MySql table to anothe... Boget, Chris
- RE: [PHP] Move data from one MySql table to anothe... Altunergil, Oktay
- RE: [PHP] Move data from one MySql table to anothe... darion mapp
- RE: [PHP] Move data from one MySql table to anothe... darion mapp
- RE: [PHP] Move data from one MySql table to anothe... Boget, Chris
- RE: [PHP] Move data from one MySql table to anothe... darion mapp
- RE: [PHP] Move data from one MySql table to anothe... Boget, Chris

