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
Why do we use cookie?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What is helper function?
What distinguishes php from something like client side java script?
What is the difference between session_unregister() and session_unset()?
What is a controller php?
What is foreach loop in php?
What is a php trait?
Explain what is the difference between session and cookie?
What is an anti csrf token?
Is php front end or back end?
How to select a database?
What is strstr php?
How are php sessions stored?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?