File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/parkercamps.com/email.php
Back
<?php $name = $_POST['name']; $city = $_POST['city']; $email = $_POST['email']; $phone = $_POST['phone']; $message = $_POST['message']; $formcontent="Name: $name \n City: $city \n Phone: $phone \n Email Id: $email \n Message : $message"; $recipient = "parkercampsbir@gmail.com, shivagroupofhotel@gmail.com"; $subject = "Enquiry Details From Parker Camps"; $mailheader = "From: $email \r\n"; mail($recipient, $subject, $formcontent, $mailheader) or die("Error!"); header("Location:thank-you.php"); echo "Location:thank-you.php!" . " -" . "<a href='index.html' style='text-decoration:none;color:#ff0099;'> Return Home</a>"; ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings