File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/tripifytours.com/packages-mail.php
Back
<?php $name = $_POST['name']; $email = $_POST['email']; $phone = $_POST['phone']; $checkIn = $_POST['checkIn']; $people = $_POST['people']; $tickets = $_POST['tickets']; $message = $_POST['message']; $formcontent="Name: $name \n Email Id: $email \n Phone: $phone \n Check In: $checkIn \n People: $people \n No. Of Tickets: $tickets \n Message : $message"; $recipient = "info@tripifytours.com, rajm6308@gmail.com"; $subject = "Enquiry Details From TRIPIFY TOUR"; $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.php' style='text-decoration:none;color:#ff0099;'> Return Home</a>"; ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings