RE: [PHP] Submiting Data with an '

2001-07-05 Thread ..s.c.o.t.t..
son > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Submiting Data with an ' > > > addslashes() > php.net/addslashes > - Original Message - > From: Chris Anderson <[EMAIL PROTECTED]> > To: Matthew Loff <[EMAIL PROTECTED]>; 'Mike Mike'

Re: [PHP] Submiting Data with an '

2001-07-05 Thread ReDucTor
addslashes() php.net/addslashes - Original Message - From: Chris Anderson <[EMAIL PROTECTED]> To: Matthew Loff <[EMAIL PROTECTED]>; 'Mike Mike' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 12:45 PM Subject: Re: [PHP] Submiting Data

Re: [PHP] Submiting Data with an '

2001-07-05 Thread Chris Anderson
ent: Thursday, July 05, 2001 3:29 PM Subject: RE: [PHP] Submiting Data with an ' > > Use the addslashes() call to automatically escape characters like that. > > MySQL will not add the slashes into the table cell, so no need to > stripslashes() after you SELECT it back ou

RE: [PHP] Submiting Data with an '

2001-07-05 Thread Matthew Loff
Use the addslashes() call to automatically escape characters like that. MySQL will not add the slashes into the table cell, so no need to stripslashes() after you SELECT it back out. -Original Message- From: Mike Mike [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 3:19 PM To