Interviewer And Interviewee Guide

Sr. PHP Programmer Interview Question:

How send email using php?

Submitted by: Muhammad
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);
Submitted by: Muhammad

Read Online Sr. PHP Programmer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.