php include("include.php");if($_POST['Submit']=="Ask For A QUOTE"){$lq_name=$_POST['cname'];$lq_comp_name=$_POST['comp_name'];$lq_email=$_POST['email'];$lq_mobile=$_POST['mobile_no'];$lq_chat=$_POST['chat_id'];$lq_requirement=$_POST['requirement'];$header=str_replace("/","",$_SERVER['PHP_SELF']); $check->add_link_field("Your Email Id",$lq_email, "email"); $check->add_text_field("Your Requirements", $lq_requirement, "text", "y"); $check->add_text_field("Your Name", $lq_name, "text", "y"); if ($check->validate()) {$qry_quote="INSERT INTO `rbhatkar_innovativeworks`.`right_quotes` (`rq_name` ,`rq_company` ,`rq_mail` ,`rq_mobile` ,`rq_chat` , `rq_requirement`)VALUES ('".$lq_name."', '".$lq_comp_name."', '".$lq_email."', '".$lq_mobile."', '".$lq_chat."', '".$lq_requirement."')"; mysql_query($qry_quote);$from='Innovativeworks';$to='arunk.rathore@gmail.com';$subject='Right Quote';$template='iw-cp/inc/mail.tpl';$message="".$lq_email."
Name".$lq_name."
Company Name".$lq_comp_name."
Email
Mobile".$lq_mobile."
Chat Id".$lq_chat."
Requirement :

".$lq_requirement."

";sa_mail($from, $to, $subject, $template);header("location:$header?rightdone"); } else { $lq_error = $check->create_error(); }}if(isset($_GET['rightdone'])) $lq_error="Your Message Send successfully.";?>
Products & Services

image


 sdkgsfdg gskg;sdkgs;dg ksdg dfsg

gsdf

gsdg

sdg

dsgdsfg

php if(isset($lq_error))echo "
$lq_error
";?>