Email ID=".$_POST["email"]."
Address=".$_POST["address"]."
City=".$_POST["city"]."
State=".$_POST["state"]."
Country=".$_POST["country"]."
Pin Code=".$_POST["zip"]."
Performance=".$_POST["performance"]."
Degree=".$_POST["degree"]."
Measurement=".$_POST["measurement"]."
Manuals=".$_POST["manuals"]."
Links=".$_POST["links"]."
Results=".$_POST["results"]."
Topics=".$_POST["topics"]."
System=".$_POST["system"]."
Problem=".$_POST["problem"]."
Comments=".$_POST["comments"];
@mail($to,$subject,$message,$headers);
@mail($_POST["email"],"Welcome","Thankyou for sending feedback. You can give your valuable suggestions.",$headers);
echo ("");
?>