What type of headers have to add in the mail function in
which file a attached?
Answer Posted / devendrarjadav
To attach a file we must add the following header
as "\nMIME-Version: 1.0\n Content-Type: multipart/mixed"
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
List some sorting functions in php?
How to enable parsing?
Why are sessions used?
What is csrf token in php?
What is exception handling in php?
Is time a dependent variable?
What is array and function?
What is php key?
What is the purpose of constant() function?
Why shouldn't I use mysql_* functions in php?
Is php secure?
Is uploaded file php?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
How to download and install php on windows?
What is csrf mvc?