Frequently Asked Questions

Name *
Email *
Contact Number *
Address *
Company Name(optional)
Subject *
Question *
Captcha Verification*
 
* Indicates Compulsory fields

Direct Help-Line: +91 96880 88880
Email: [email protected]



CONTACT US

Message from the Contact Us Page


  • Name : '.$name.'

  • Email : '.$email.'

  • Phone Number :'.$contact_no.'

  • Company Name :'.$company.'

  • Address: '.$address.'

  • Question: '.$question.'


'; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // Additional headers $headers .= "From:"." $name"." <$email>" . "\r\n"; //Captcha verification require('recaptchaGoogle/src/autoload.php'); $siteKey = '6LehY6sUAAAAANZm1w87tRbG1iX2IGl8Wjg7Tckr'; $secret = '6LehY6sUAAAAAAWDJ-I_ifys5Rz4AKeM6FW6VgaU'; $recaptcha = new \ReCaptcha\ReCaptcha($secret); $gRecaptchaResponse = $_POST['g-recaptcha-response']; //google captcha post data $remoteIp = $_SERVER['REMOTE_ADDR']; //to get user's ip $recaptchaErrors = ''; // blank varible to store error $resp = $recaptcha->verify($gRecaptchaResponse, $remoteIp); //method to verify captcha if ($resp->isSuccess()) { //New SMTP functionality smtpmailer($recipient,'[email protected]', 'Halal Certiticate', $subject,$message); echo ""; } else { $recaptchaErrors = $resp->getErrorCodes(); // set the error in varible } //Captcha verification } } ?>