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 do you format and output a number with leading zero's?
Explain the difference between require() and require_once()?
What is php namespace?
Explain the difference between array_merge() and array_combine()?
What is php and sql used for?
How to find current date and time?
What is meant by nl2br()?
4 Answers Rushmore Consultancy,
How the web server interprets php and interacts with the client?
Is there any way to call a JAVASCRIPT function in PHP in AJAX
How do you end php?
Tell me how stop the execution of a php scrip?
List the different types of print functions available in php?