I have an HTML form which, when submitted by the user, will call a php file to mail me the form contents. I’d like to use PHPMailer, but I’m wondering how PHPMailer references form data. Is is the same as normal PHP and I’d just use $_POST['inputName']?
I have an HTML form which, when submitted by the user, will call a
Share
Yes you can use that, it is same since PHPMailer is also made in PHP