Q:

Which of the following statements is used to add an attachment to the mail?

belongs to collection: SESSION HANDLING IN PHP MCQ

0

Which of the following statements is used to add an attachment to the mail?


  1. $mimemail->attachment(‘attachment.pdf’);
  2. $mimemail=>attachment(‘attachment.pdf’);
  3. $mimemail->addAttachment(‘attachment.pdf’);
  4. $mimemail=>addAttachment(‘attachment.pdf’);

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(c).$mimemail->addAttachment(‘attachment.pdf’);

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

SESSION HANDLING IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which one of the following is the very first task ... >>
<< How many configuration directives pertinent to PHP...