RE: Re[2]: [PHP] Help - html mail

2001-11-28 Thread Brian V Bonini
bject: 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 insertio

Re[2]: [PHP] Help - html mail

2001-11-28 Thread faeton
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' Danishevsk

Re: [PHP] Help - html mail

2001-11-28 Thread Hank Marquardt
http://www.php.net/stripslashes ... in short they are there to ease db insertions. On Wed, Nov 28, 2001 at 05:23:02PM -0500, Brian V Bonini wrote: > I'm passing an html email from a form > like this: > > $message = $message_html; > > where message_html is the text area name. > > mail($to, $su

[PHP] Help - html mail

2001-11-28 Thread Brian V Bonini
I'm passing an html email from a form like this: $message = $message_html; where message_html is the text area name. mail($to, $subject, $message, $headers); I end up with, for example: http://www.gfx-design.com/vantico/spacer.gif\"; width=1\" height=10\" alt=\" border=0\"> it's trying t