include("includes/conn.php"); $dt=date("Y-m-d"); $st = $_GET['st']; $name=$_POST['name']; $org=$_POST['org']; $addrs=$_POST['addrs']; $phone=$_POST['phone']; $country=$_POST['country']; $pin_code=$_POST['pin_code']; $email=$_POST['email']; $comments=$_POST['comments']; if($st=="ins") { $str="insert into feedback values('','$name','$org','$addrs','$phone','$country','$pin_code','$email','$comments','$dt')"; $result=mysql_query($str) or die("cannot insert details into database"); ?> exit; } ?>
Please feel free to send your feedback to us by filling up the form given below so that we can improve our services.
Note: Fields marked with "*" are required.