What type of headers have to add in the mail function in
which file a attached?
Answer Posted / ansar
$headers = "Content-type disposition :attachmet
filename = 'filename.txt' "
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Write a program to find the factorial of a number in php?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
Which is variable cost?
What is the difference between exception::getmessage and exception::getline?
What are the characteristics of php?
What would occur if a fatal error was thrown in your php program?
What is cms php?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is echo and print in php?
What is overloading in php?
Explain what are psrs? Choose 1 and briefly describe it?
What is php and its uses?
What is the difference between == and === operator in PHP?
What is the difference between include and require?
What is traits? How it is used in php?