Contact Us

You can send us an email at info@thinkphoton.com or call us on 0113 210 9808.

Alternatively, you can use the form below.

Your Name *
Company Name
Your Email *
Phone Number *

Message

*
"; } $score=($_POST['name']<>"")+($_POST['email']<>"")+($_POST['message']<>"")+($_POST['phone']<>""); switch ($score) { case 4: //code for sending email from http://php.net/manual/en/function.mail.php // to $to = 'info@thinkphoton.com'; // subject $subject = 'Web Enquiry from thinkphoton.com'; // message $message = ' Web Enquiry

A message has been sent through thinkphoton.com

Name'.$_POST['name'].'
Company'.$_POST['company'].'
Email'.$_POST['email'].'
Phone'.$_POST['phone'].'

'.$_POST['message'].'

'; // To send HTML mail, the Content-type header must be set $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // Additional headers $headers .= 'To: Think Photon ' . "\r\n"; $headers .= 'From: '.$_POST['name'].'<'.$_POST['email'].'>' . "\r\n"; if (mail($to, $subject, $message, $headers)) { echo "

Thankyou for your message. This has been successfully sent"; } else { echo"Message could not be sent"; } break; case 0: show_message_boxes(); break; default: show_message_boxes(); echo "

Oops

You need to complete all the boxes marked with a star above to send us a mesage.

Please try again.

"; } ?>