Contacts

Get in Touch with Us

VANANTIS INtellingent Solutions

Grot Sahl 11,

22559 Hamburg

Phone: +49 40 30770032

Cellphone: +49 172 4513345

For more inquiries please email: info@vanantis.com

For all other information, contact: hello@vanantis.com

Management

Dr. Abdolreza Eshghipour
– CEO & Founder

abdy@vanantis.com

Arndt Fedderssen
– Internal Manager

arndt@vanantis.com

Neal Brüwer
– Marketing Manager

neal@vanantis.com

Gloria Brandt
– Finance Manager

gloria@vanantis.com

Contact Form

Your message was sent successfully!

Something went wrong, try refreshing and submitting the form again.


6Ldi4IQUAAAAACqGKdXjN82XWgbak3irApjHM53n 'response' => $userResponse ); foreach($fields as $key=>$value) $fields_string .= $key . '=' . $value . '&'; $fields_string = rtrim($fields_string, '&'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://www.google.com/recaptcha/api/siteverify'); curl_setopt($ch, CURLOPT_POST, count($fields)); curl_setopt($ch, CURLOPT_POSTFIELDS, $fields_string); curl_setopt($ch, CURLOPT_RETURNTRANSFER, True); $res = curl_exec($ch); curl_close($ch); return json_decode($res, true); } // Call the function CheckCaptcha $result = CheckCaptcha($_POST['g-recaptcha-response']); /*if ($result['success']) { //If the user has checked the Captcha box echo "Verified User Successfully."; } else { // If the CAPTCHA box wasn't checked echo ''; } }*/ ?>