Stefano Esposito wrote:
Hi all,

when i send a mail using mail(), every quote and double quote in the
subject and in the body of the mail get escaped. Since this is somewhat
ugly, especially in languages which widely uses the single quotes (as
italian does), i am wandering if there is someway to avoid this.

Thanks for any hint,
Stefano
--
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
 In REGALO 'Meravigliosa Creatura' la super hit di GIANNA NANNINI
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6615&d=2-11

I bet you if you checked, the input going to your mail function call has the 
body/data escaped.

Check that magic quotes are not turned on. This would escape all your form data being sent to the processing script.

--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Twelfth Night, Act II, Scene V
    by William Shakespeare

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to