Lets Connect!


Let drop a line to us & we will be
in touch soon.


Big Yellow Bus - Contact us

+971 4222 6070
+971 55 123 8931

info@touchworldtech.com
support@touchworldtech.com

312, 3rd floor, Mozna building, near Al Nahda Metro Station, Dubai - United Arab Emirates.




window.onload = function () { alert("Thank you, we will contact you shortly..." ); } '; // You can also use header('Location: contact us.html'); to redirect to another page. // You cannot use header and echo together. It's one or the other. } else{ echo "not submit\n"; echo "mail" .$_POST["email"]; } if(isset($_POST['getquote'])){ $to = "info@touchworldtech.com"; // this is your Email address $from = $_POST['qemail']; // this is the sender's Email address $schoolname = $_POST['schoolname']; $contactname = $_POST['contactname']; $subject = "Get A Quote"; $subject2 = "Copy of your form submission"; $message = "SchoolName: " . $schoolname . "\nContactName: " . $contactname . "\nEmail: " . $from . " \nContact No:" . $_POST['mobileno'] . " \nLandline No:" . $_POST['landlineno'] . "\nMessage:" . $_POST['message1']; // $message2 = "Here is a copy of your message " . $first_name . "\n\n" . $_POST['message1']; $headers = "From:" . $from; $headers2 = "From:" . $to; mail($to,$subject,$message); // mail($from,$subject2,$message2,$headers2); // sends a copy of the message to the sender echo "Mail Sent. Thank you " . $first_name . ", we will contact you shortly."; // echo "\n\n" . $_POST['email']; // echo "\n\n" . $_POST['fname']; // echo "\n\n" . $_POST['lname']; // echo "\n\n" . $_POST['number']; echo "\n\n" . $message; echo ''; // You can also use header('Location: contact us.html'); to redirect to another page. // You cannot use header and echo together. It's one or the other. } else{ echo "not submit\n"; echo "mail" .$_POST["email"]; } ?>