Junior PHP Developer Question:

Download Job Interview Questions and Answers PDF

How send email in php?

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

Answer:

To send email using PHP, you use the mail() function. This mail() function accepts 5 parameters as follows (the last 2 are optional). You need webserver, you can't send email from localhost. eg : mail($to,$subject,$message,$headers);

Download Junior PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me how to find the length of a string?Tell me how to find the position of the first occurrence of a substring in a string?