File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/nuabenterprises.com/mail.php
Back
<?php //get data from form $name = $_POST['name']; $phone= $_POST['phone']; $message= $_POST['message']; $to = "rohit@asiatech.in"; $subject = "Mail From website"; $txt ="Name = ". $name . "\r\n Phone = " . $phone . "\r\n Message =" . $message; $headers = "From: rohit@asiatech.in" . "\r\n" . "CC: rohit.negi.195@gmail.com"; if($email!=NULL){ mail($to,$subject,$txt,$headers); } //redirect header("Location:thank-you.php"); ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings