File: //proc/thread-self/root/proc/self/root/home/seoprovi/moveindiapackersandmovers.com/fff.php
<?php
}
else/* send the submitted data */
}
$name=$_REQUEST['name'];
$email=$_REQUEST['email'];
$message=$_REQUEST['message'];
if (($name=="")||($email=="")||($message==""))
{
echo "All fields are required, please fill <a href=\"\">the form</a> again.";
}
else
$from="From: $name<$email>\r\nReturn-path: $email";
$subject="Message sent using your contact form";
mail("amrndrasingh@gmail.com", $subject, $message, $from);
echo "Email sent!";
}
}
?>