What type of headers have to add in the mail function in
which file a attached?
Answers were Sorted based on User's Feedback
Answer / ansar
$headers = "Content-type disposition :attachmet
filename = 'filename.txt' "
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / 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 |
How to send Email using PHP with MySQL in Linux Server?..
How can I retrieve values from one database server and store them in other database server using PHP?
2 Answers DRC Systems, Photon,
What is a query in php?
What are the encryption functions available in PHP?
What are the differences between procedure-oriented languages and object-oriented languages?
What is the maximum size of a file that can be uploaded using PHP and how can we change this?
Explain about PHP cookies?
What is the difference between php and core php?
Does php support multiple inheritances?
What language is php written in?
How to remove duplicate values from a PHP Array?
What is meant by MIME?