|
-
Mar 18th, 2008, 12:43 AM
#1
Thread Starter
Hyperactive Member
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.
-
Mar 18th, 2008, 12:51 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|