Re: [PHP] Why are slashes automatically stripped from db result?

2001-12-04 Thread Steve Cayford
ng at first, though. Thanks. -Steve > > Good luck Steve, > Tyler Longren > > - Original Message - > From: "Martin Towell" <[EMAIL PROTECTED]> > To: "'Steve Cayford'" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent:

Re: [PHP] Why are slashes automatically stripped from db result?

2001-12-03 Thread Mike Eheler
It's been my experience that there is no need for calling stripslashes when pulling the data out of the database. This is probably an effect of having magic_quotes_runtime off. Mike Martin Towell wrote: >maybe mysql is stripping the slashes and not php ?? > >-Original Message- >From:

Re: [PHP] Why are slashes automatically stripped from db result?

2001-12-03 Thread Tyler Longren
D]> To: "'Steve Cayford'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 6:04 PM Subject: RE: [PHP] Why are slashes automatically stripped from db result? > maybe mysql is stripping the slashes and not php ?? > > -Original M

RE: [PHP] Why are slashes automatically stripped from db result?

2001-12-03 Thread Martin Towell
maybe mysql is stripping the slashes and not php ?? -Original Message- From: Steve Cayford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 10:57 AM To: [EMAIL PROTECTED] Subject: [PHP] Why are slashes automatically stripped from db result? Hey all. I'm storing some jpeg imag