Sr. PHP Programmer Question: Download Senior PHP Programmer PDF

How send email using php?

Tweet Share WhatsApp

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 Senior PHP Programmer PDF Read All 202 Senior PHP Programmer Questions
Previous QuestionNext Question
What is the use of isset() in php?Explain what is sql injection?