Re: [nyphp-talk] Email Pain

2008-08-09 Thread Rolan Yang
(Margaret) Michele Waldman wrote: The oddest thing is happening. Sometimes newlines are ignored. Some purists would cry "blasphemy", but if you're emailing html form data, you might want to consider sending that data as an html formatted table within the email. ~Rolan ___

RE: [nyphp-talk] Email Pain

2008-08-09 Thread (Margaret) Michele Waldman
Duh! When reading an email, you have to select format, unwrap text. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of (Margaret) Michele Waldman Sent: Sunday, August 10, 2008 12:26 AM To: 'NYPHP Talk' Subject: RE: [nyphp-talk] Email Pain It see

RE: [nyphp-talk] Email Pain

2008-08-09 Thread (Margaret) Michele Waldman
, 2008 11:48 PM To: 'NYPHP Talk' Subject: RE: [nyphp-talk] Email Pain First thing I tried was \r\n. Didn't fix the problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael B Allen Sent: Saturday, August 09, 2008 11:34 PM To: NYPHP T

RE: [nyphp-talk] Email Pain

2008-08-09 Thread (Margaret) Michele Waldman
First thing I tried was \r\n. Didn't fix the problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael B Allen Sent: Saturday, August 09, 2008 11:34 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Email Pain On Sat, Aug 9, 2008 at 10:38 PM, (Mar

Re: [nyphp-talk] Email Pain

2008-08-09 Thread Michael B Allen
On Sat, Aug 9, 2008 at 11:33 PM, forest mars <[EMAIL PROTECTED]> wrote: > "The Unicode standard addresses the problem by defining a large number of > characters that conforming applications should recognize as line > terminators" > > LF:Line Feed, U+000A > CR:Carriage Return, U+000D > CR

Re: [nyphp-talk] Email Pain

2008-08-09 Thread Michael B Allen
On Sat, Aug 9, 2008 at 10:38 PM, (Margaret) Michele Waldman <[EMAIL PROTECTED]> wrote: > Folks, > > > > I'm working with this mail function again. > > > > Unhappily. > > > > The mail message is created using data off of an html form using radio > buttons, selects, text input, etc. > > > > The oddes

Re: [nyphp-talk] Email Pain

2008-08-09 Thread forest mars
"The Unicode standard addresses the problem by defining a large number of characters that conforming applications should recognize as line terminators" LF:Line Feed, U+000A CR:Carriage Return , U+000D C