php email help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Somedude

    php email help

    Hello,

    I have a html form which collects data, then sends it to a PHP page which
    emails the collected data.

    The emails come to my web client (Horde) yet the data ($message) does not
    display, unless I "view mesage source". I've gone over and over the php to
    see if anything is out of place.

    Again, the data is there when I view the message source, but not in the
    actual email itself...what am I missing?


  • BKDotCom

    #2
    Re: php email help

    htmlspecialchar s($message); ?

    <funkytag>gue ss what? you can't see this</funkytag>

    Comment

    • siliconmike

      #3
      Re: php email help

      What kind of data is it?

      Comment

      • Malcolm Dew-Jones

        #4
        Re: php email help

        Somedude (cbell5724@[nospam]wideopenwest.co m) wrote:
        : Hello,

        : I have a html form which collects data, then sends it to a PHP page which
        : emails the collected data.

        : The emails come to my web client (Horde) yet the data ($message) does not
        : display, unless I "view mesage source". I've gone over and over the php to
        : see if anything is out of place.

        : Again, the data is there when I view the message source, but not in the
        : actual email itself...what am I missing?

        Without seeing a (short) example message that illustrates the problem it
        is impossible to give a good answer.

        Genericaly speaking, you need to format the message using mime. if the
        format is incorrect then it won't display correctly, even though the data
        is in the message.

        --

        This space not for rent.

        Comment

        Working...