File: /home/seoprovi/shrikrishnamovers.com/formcontact.php
<?php
$name = $_POST['name'];
$email = $_POST['email'];
$phone = $_POST['phone'];
$fortopic = $_POST['fortopic'];
$cityfrom = $_POST['cityfrom'];
$cityto = $_POST['cityto'];
$message = $_POST['message'];
$from = 'From: shrikrishnamovers.com';
$to = 'shrikrishnapackermover@gmail.com';
$subject = 'Email Inquiry';
$body = "From: $name\n E Mail: $email\n Phone No.: $phone\n Topic.: $fortopic\n City From: $cityfrom\n City to.: $cityto\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://shrikrishnamovers.com/"><img src="img/thank-you.jpg" alt="Shri Krishna Packers and Movers" title="Shri Krishna Packers and Movers"> </a>