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 |
write a program to print [123] [456] [789] note : braces also need to be printed
What is the use of 'print' in php?
How can we get the browser properties using PHP?
4 Answers Google, Pollux Softech,
How can I make a script that can be bilanguage (supports English, German)?
Write a program to find the factorial of a number in php?
What is a collection in php?
Tell me what is htaccess?
What are the string functions in php?
Write a PHP code to print following number pattern: 123 456 789
my english is not too good then what we apply for a php programer post
Write a program to get lcm of two numbers using php?
How to redirect a page in php?