check($code); //Check Captch Code if ($valid <> true) { $error[] = "Incorrect Captcha Code.Please Re-Enter Captch Code."; } //Check Name if(trim($name)=="") $error[] = "Please Enter your Name."; //Check Email Address if(trim($email)=="") $error[] = "Please Enter your Email Address."; else if(!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email)) $error[] = "Invalid Email Address"; //Check Subject if(trim($sub)=="") $error[] = "Please Enter Subject."; //Check Message if(trim($msg)=="") $error[] = "Please Enter Message."; if ($error!="") $submit11 = "errors"; else{ //define the receiver of the email $to = 'litch.team@gmail.com'; //define the subject of the email $subject = 'FROM LITCH-TEC.COM : '.$sub; //define the message to be sent. Each line should be separated with \n $message = "Email Address : $email\r\n \r\nSubject : $sub\r\n Message :\r\n\r\n\r\n $msg "; //define the headers we want passed. Note that they are separated with \r\n $headers = "From: $email\r\nReply-To: $email"; //send the email $mail_sent = @mail( $to, $subject, $message, $headers ); //if the message is sent successfully print "Mail sent". Otherwise print "Mail failed" if($mail_sent!=true) $error[] = "Can't Send mail to admin. Please Send you query to contact@litch-tec.com"; } if ($error!="") $submit11 = "errors"; } ?> Contact us : Get in touch with us

Litch Technologies - Creative Web and Graphics Design

Contact Us : Get in touch with us.

Have a project/query in mind? we'd love to hear from you.

If you have a project in mind or want to learn more about our services and capabilities, please don’t hesitate to contact us. We take great pride in having a hands-on approach with all of our clients and would be more than happy to introduce ourselves and find out more about your project needs.

Contact Information:

Litch Technologies
First Floor: 8-9-10, Pushpkunj Complex,
Thakkarbapanagar Approach, N.H-8
Ahmedabad, Gujarat,
India - 382350.

Email: contact@litch-tec.com

'; foreach ($error as $vaule) print '
  • '.$vaule.'
  • '; print ''; } if($submit11 == "true") { ?>

    Your Query submitted succesfully.We will soon comeback to you with response.