RE: [PHP-DB] Insert/Update help needed

2003-07-17 Thread Hutchins, Richard
Mike, Pretty sure your solution is to addslashes() around whatever data might contain the apostrophes. HTH, Rich > -Original Message- > From: Mike Baerwolf [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 17, 2003 11:33 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Ins

[PHP-DB] Insert/Update help needed

2003-07-17 Thread Mike Baerwolf
Hello all, I've been able to get the below to work pretty much. The only problem I have is when there is an apostrophe in the data of one of the fields like (You're the One). When this occurs nothing gets updated or inserted(tried both). I've done other things from forms inserting/updating w