This is because you have magic_quotes_gpc set to ON, this setting can be
read about here :

    http://www.php.net/manual/en/configuration.php#ini.magic-quotes-gpc    

    http://www.php.net/manual/en/function.get-magic-quotes-gpc.php    

Which, as you'll read about, adds the quotes automatically.  Also, have a
look here :

    http://www.php.net/manual/en/function.addslashes.php

    http://www.php.net/manual/en/function.stripslashes.php

It will make sense.

Regards,


Philip Olson
http://www.cornado.com/

On Wed, 14 Feb 2001, Nguyen, David M wrote:

> Hi all,
> 
> I have a PHP web form setup for user to fill in information then email it to
> me after pressing SUBMIT button.  Everytime user uses double-quote(") or
> single(') it inserts (/) right in front of " or '.  Does anyone know why and
> how to fix it?  Please advise.  Below is example of what I got from my email
> when user submits form to me. 
> 
> 
> Topic: Added \"Initial login to the EMS\" procedure.
> 
> 
> Thanks in advance,
> David
> 
>  
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to