MCQs > IT & Programming > PHP > you have defined three variables $to, $subject, and $body to send an email. Which methods would you use for sending an email? mail($to, $subject,$body) sendmail($to, $subject,$body) mail(to, subject,body) sendmail(to, subject,body)

PHP MCQs

you have defined three variables $to, $subject, and $body to send an email. Which of the following methods would you use for sending an email?

    mail($to, $subject,$body)
    sendmail($to, $subject,$body)
    mail(to, subject,body)
    sendmail(to, subject,body)

Answer

Correct Answer: a

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it