RE: [Dbmail] Dropping characters.

2002-09-24 Thread Micah Stevens
Here's the attachment. At 03:20 PM 9/23/2002 -0700, you wrote: Use phpinfo(); to figure out if the missing four characters are being lost in PHP or when you're doing the INSERT or UPDATE into mysql. Also try doing the INSERT/UPDATE via the mysql command line. Michael -Original Message

RE: [Dbmail] Dropping characters.

2002-09-24 Thread Micah Stevens
It's definitely something with the php interface. If I do anything at the command line, with MySQL, it works fine. I attached the phpinfo() output. I'm not sure how I'm supposed to directly use that to figure out if the characters are being lost by PHP. I did notice however, that after an att

RE: [Dbmail] Dropping characters.

2002-09-24 Thread Michael Rose, Jr.
Use phpinfo(); to figure out if the missing four characters are being lost in PHP or when you're doing the INSERT or UPDATE into mysql. Also try doing the INSERT/UPDATE via the mysql command line. Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Dbmail] Dropping characters.

2002-09-24 Thread Michael Rose, Jr.
Michael Rose, Jr. Office: (206) 686-7600 Fax: (206) 374-8126 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Micah Stevens Sent: Monday, September 23, 2002 3:00 PM To: dbmail@dbmail.org Subject: [Dbmail] Dropping characters. I know thi