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 I run a php script in windows?
Why do we show php code in browser?
Write a program to display a table of any given number?
When to use self over $this?
How to execute a function in php?
How to create an empty array in php?
How do I stop php artisan serve in windows?
How can we encrypt the password using php?
What is binary safe string?
What are the uses of explode() function?
What is difference between php and wordpress?
Where to put php files in apache server?