Programming - PHP - Discussion

You Are Here :: Home > Programming > PHP - Discussion

 



Q.

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?  .                          


A. mail($to,$subject,$body) B. sendmail($to,$subject,$body)
C. mail(to,subject,body) D. sendmail(to,subject,body)

Answer: Option A
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion