HTML Mail Format Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HTML Mail Format Problem

    Hallo ich möchte aus einem Formular emails im HTML Format verschicken.

    Leider habe ich das Problem, dass PHP den Text umwandelt von:

    <body bgcolor="#ffffff" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">

    in

    <body bgcolor=\"#ffffff\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">

    umwandelt und dadurch ziemlichen Blödsinn anzeigt.

    Wie kann ich das verhindern bzw umwandeln.

    Danke

    Gruß

  • #2
    Re: HTML Mail Format Problem

    http://www.php-faq.de/q/q-magic-quotes.html
    I don't believe in rebirth. Actually, I never did in my whole lives.

    Comment


    • #3
      Versuchs mal mit stripslashes: http://de.php.net/stripslashes

      Comment

      Working...
      X