Re: [PHP-DB] Inserting things into the DB

2002-11-17 Thread Rasmus Lerdorf
addslashes() On Sun, 17 Nov 2002, Peter Beckman wrote: Having a little trouble doing some inserts into a db. The problem is escaping the right characters. Data integrity is important. Right now, I have taken an email and split it into $body and $header (containing the respective parts of

[PHP-DB] Inserting things into the DB

2002-11-16 Thread Peter Beckman
Having a little trouble doing some inserts into a db. The problem is escaping the right characters. Data integrity is important. Right now, I have taken an email and split it into $body and $header (containing the respective parts of the email) using my own parsing loop. Fairly simple, it