[PHP] The infamous HTML quotes Re: [PHP] Double quotes in form fields and submitting them

2002-03-23 Thread webapprentice
---- Original Message ----- > > From: "Miguel Cruz" <[EMAIL PROTECTED]> > > To: "webapprentice" <[EMAIL PROTECTED]> > > Cc: <[EMAIL PROTECTED]> > > Sent: Saturday, March 23, 2002 7:49 PM > > Subject: Re: [PHP] Double quotes in

Re: [PHP] Double quotes in form fields and submitting them

2002-03-23 Thread Miguel Cruz
Is there a way to keep them all? > > --Stephen > > - Original Message - > From: "Miguel Cruz" <[EMAIL PROTECTED]> > To: "webapprentice" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, March 23, 2002 7:49 PM >

Re: [PHP] Double quotes in form fields and submitting them

2002-03-23 Thread webapprentice
D]> Sent: Saturday, March 23, 2002 7:49 PM Subject: Re: [PHP] Double quotes in form fields and submitting them > On Fri, 22 Mar 2002, webapprentice wrote: > > I have a form with a text field, say userName. > > I put a value in that has double quotes (i.e. "foobar") and

Re: [PHP] Double quotes in form fields and submitting them

2002-03-23 Thread Miguel Cruz
On Fri, 22 Mar 2002, webapprentice wrote: > I have a form with a text field, say userName. > I put a value in that has double quotes (i.e. "foobar") and submit this form. > > On output I have this: > > > The output ends up being a \. The quotes go away, or they just get a backslash before them

[PHP] Double quotes in form fields and submitting them

2002-03-22 Thread webapprentice
Hi, I have a form with a text field, say userName. I put a value in that has double quotes (i.e. "foobar") and submit this form. On output I have this: The output ends up being a \. How do I keep the double quotes? Thanks, Stephen