"; echo $error."

"; echo "Please go back and fix these errors.

"; die(); } // validation expected data exists if(!isset($_POST['first_name']) || !isset($_POST['last_name']) || !isset($_POST['email']) || !isset($_POST['telephone']) || !isset($_POST['comments'])) { died('We are sorry, but there appears to be a problem with the form your submitted.'); } $first_name = $_POST['first_name']; // required $last_name = $_POST['last_name']; // required $email_from = $_POST['email']; // required $telephone = $_POST['telephone']; // not required $comments = $_POST['comments']; // required $error_message = ""; $email_exp = "^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$"; if(!eregi($email_exp,$email_from)) { $error_message .= 'The Email Address you entered does not appear to be valid.
'; } $string_exp = "^[a-z .'-]+$"; if(!eregi($string_exp,$first_name)) { $error_message .= 'The First Name you entered does not appear to be valid.
'; } if(!eregi($string_exp,$last_name)) { $error_message .= 'The Last Name you entered does not appear to be valid.
'; } if(strlen($comments) < 2) { $error_message .= 'The Comments you entered do not appear to be valid.
'; } $string_exp = "^[0-9 .-]+$"; if(!eregi($string_exp,$telephone)) { $error_message .= 'The Telphone Number you entered does not appear to be valid.
'; } if(strlen($error_message) > 0) { died($error_message); } $email_message = "Form details below.\n\n"; function clean_string($string) { $bad = array("content-type","bcc:","to:","cc:","href"); return str_replace($bad,"",$string); } $email_message .= "First Name: ".clean_string($first_name)."\n"; $email_message .= "Last Name: ".clean_string($last_name)."\n"; $email_message .= "Email: ".clean_string($email_from)."\n"; $email_message .= "Telephone: ".clean_string($telephone)."\n"; $email_message .= "Comments: ".clean_string($comments)."\n"; // create email headers $headers = 'From: '.$email_from."\r\n". 'Reply-To: '.$email_from."\r\n" . 'X-Mailer: PHP/' . phpversion(); @mail($email_to, $email_subject, $email_message, $headers); $msg = "Thank you for contacting us. We will be in touch with you very soon."; } ?> Web Site Design, customized software development & IT Outsourcing company in India

MaxTech Technologies.

Maxtech Technologies based in New Delhi, India, specialize in providing professional and expert website design, website development, graphic design, search engine optimization & marketing, web hosting and eCommerce services on the net. Our mission is to deliver cost effective, quality-centric and scalable solutions thus helping our clients and partners outstanding business results and generate great returns.
Maxtech Technologies has a proven track record working with companies from mid-tier to small companies. We combine our knowledge of technology with expert client services to ensure our customers get the maximize value from their online business initiatives.

Contact Us

MaxTech Technologies would be glad to discuss its solutions and provide best quotes for your requirements .

To send us your requirement details, or more information about MaxTech Technologies please e-mail us at info@maxtechtechno.com or fill the online web form below. If you wish to receive more information about any of our services, or to discuss your website requirements.
Please contact us using one of the following:Business Enquiries: info@maxtechtechno.com

Contact Person - Uday Chandra Pathak

MaxTech Technologies .
D-5,Ist Floor ,Milap Nagar
Uttam Nagar
New Dehi-141001
Tel:
+ 91-11-2653830
Mobile: + 91-9818853692

<