Results 1 to 2 of 2

Thread: mail(,,,$header) information VS. header()

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    266

    Question mail(,,,$header) information VS. header()

    Hi,

    I would like to know, in mail(), what are the information we can put in the parameter $header. Along with this I also like to know is header() and $header are same. Please help me to cope up with this.

    Thank you so much.

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: mail(,,,$header) information VS. header()

    1. http://www.mhonarc.org/~ehood/MIME/2045/rfc2045.html#3

    2. No: header() sends HTTP response headers. The $headers parameter of the mail() function defines the MIME headers you wish to send with the message.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width