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
How failures in execution are handled with include() and require() functions?
Explain the difference between urlencode and urldecode?
How to call php function in jquery?
What is a query in a database?
What is __ construct in php?
What library is used for pdf in php?
What is the difference between single quoted string and double quoted string?
How to create connection in php?
How many types of session are there?
Tell me in php, objects are they passed by value or by reference?
Which is a perfect example of runtime polymorphism?
A process is identified by a unique___
What is strstr php?
Write a program to find no of days between two dates in php?
What is the basic syntax of Php?