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 |
What is beforeRender() used?
What is the difference between php and java?
What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
11 Answers HCL, Rushmore Consultancy, Thursday Technology,
Is php easier than node?
What is warning – “cannot modify header information – headers already sent”?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
Which function is used to read a file removing the html and php tags in it upwork?
Can you specify the "new line" character in single-quoted strings?
What does mvc stand for and what does each component do?
What is static method php?
Does php support polymorphism?
How can we destroy the session, how can we unset the variable of a session?