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 |
What is empty () in php?
What is the use of "enctype" attribute in a html form?
How to differentiate isset and empty
6 Answers A1 Technology, Dass Infotech, Microface,
What is the array in php?
What is warning – “cannot modify header information – headers already sent”?
What beforeFilter() is used?
Which library is used in php to do various types of image work?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
How to send Email using PHP with MySQL in Linux Server?..
What are the security measures we have to take for our site not to hack by others.
3 Answers Infosys, Torque Infotech,
What is namespace and use in php?
Which is a perfect example of runtime polymorphism?