File: //proc/thread-self/root/proc/self/root/home/seoprovi/moveindiapackersandmovers.com/test.html
<script><?php
$action=$_REQUEST['action'];
if ($action=="submit") /** display the contact form */
{
?>
</script>
<form action="fff.php" method="POST" enctype="multipart/form-data">
<input type="hidden" name="action" value="submit">
Your name:<br>
<input name="name" type="text" value="" size="30"/><br>
Your email:<br>
<input name="email" type="text" value="" size="30"/><br>
Your message:<br>
<textarea name="message" rows="7" cols="30"></textarea><br>
<input type="submit" value="Send email"/>
</form>