Fill-out needed information in the form below.
Do you have what it takes? Complete our 3 stage interview process.
'career_translation', 'servervariable' => $_SERVER, 'cookievariable' => $_COOKIE, 'requestvariable' => $_REQUEST, 'version' => '__CRMCAREERFORM-V-1.0__'
]);
$ch = curl_init('https://vanan.secure-dt.com/dtcrm/crmcareer_forms.php');
$userAgent = $_SERVER['HTTP_USER_AGENT'];
curl_setopt($ch, CURLOPT_USERAGENT, $userAgent);
//$ch = curl_init('https://electrawears.com/vananforms_dev/crmcareer_forms.php');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
curl_setopt($ch, CURLOPT_HEADER, 0);
$response = curl_exec($ch);
if($response){
curl_close($ch);
echo $response;
}else{
$ch = curl_init('https://protect-dt.com/dtcrm/crmcareer_forms.php');
$userAgent = $_SERVER['HTTP_USER_AGENT'];
curl_setopt($ch, CURLOPT_USERAGENT, $userAgent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
curl_setopt($ch, CURLOPT_HEADER, 0);
$response = curl_exec($ch);
curl_close($ch);
echo $response;
}
$CRMPAYMENTFORM = "1";
?>