File: /home/seoprovi/countrywidepackers.in/assets/images/form1.php
<?php
$name = $_POST['name'];
$phone = $_POST['phone'];
$fromlocation = $_POST['fromlocation'];
$tolocation = $_POST['tolocation'];
$message = $_POST['message'];
$from = 'From: countrywidepackers.in';
$to = 'countrywidemover@gmail.com';
$subject = 'Email Inquiry';
$body = "From: $name\n\n Mobile Number: $phone\n\n From: $fromlocation\n\n To: $tolocation\n\n Message: $message\n\n";
?>
<?php
if ($_POST['submit']) {
if (mail ($to, $subject, $body, $from)) {
echo '<p>Thank you for your email!</p>';
} else {
echo '<p>Oops! An error occurred. Try sending your message again.</p>';
}
}
?>
<a href="https://www.countrywidepackers.in/"><img src="assets/images/thanks.jpg" alt="Country Wide Packers " title="Country Wide Packers "></a>
<a href="https://www.countrywidepackers.in/index.html"><img src="assets/images/backhome.jpg" alt="Country Wide Packers " title="Country Wide Packers "></a>