File: /home/seoprovi/shreekrishnapackersmovers.in/contactform.php
<?php
$chk_data_0 = $_POST['chk_data_0'];
$chk_data_1 = $_POST['chk_data_1'];
$chk_data_2 = $_POST['chk_data_2'];
$chk_data_3 = $_POST['chk_data_3'];
$chk_data_4 = $_POST['chk_data_4'];
$message = $_POST['message'];
$from = 'From: shreekrishnapackersmovers.in';
$to = 'rajbholan786@gmail.com';
$subject = 'Email Inquiry';
$body = "From: $chk_data_0\n\n Mobile Number: $chk_data_1\n\n E-Mail: $chk_data_2\n\n From: $chk_data_3\n\n To: $chk_data_4\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>';
}
}
?>
<p align="center"><a href="index.html"><img src="img/thanks.jpg" alt="Shree Krishna Packers & Movers" title="Shree Krishna Packers & Movers"></a>