Question:Which of the following is correct mail() function of PHP?
A mail("Recipient", "This is the subject", "This is the mail body","headers");
B mail(“Congratulation, Be happy!”,$headers);
C mail("Subject","Body","Recipient")
D mail("to","Boby","subject")
+ AnswerA
+ Report