Ok so,

$message = stripslashes($message_html);

mail($to, $subject, $message, $headers);

???

-brian

> -----Original Message-----
> From: faeton [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 28, 2001 5:39 PM
> To: Hank Marquardt
> Cc: Brian V Bonini; PHP Lists
> Subject: Re[2]: [PHP] Help - html mail
> 
> 
> Hello Hank,
> 
> Wednesday, November 28, 2001, 11:11:38 PM, you've written:
> HM> http://www.php.net/stripslashes
> HM> ... in short they are there to ease db insertions.
> 
> Turn off magic quotes or use stripslashes().
> 
> :)
> 
> ------------------------------------------------
> Ivan 'Faeton aka xetrix' Danishevsky
> ICQ(240266) [EMAIL PROTECTED] www.xemichat.com
> 
> 

-- 
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