home/d46091/udyogaadhaar.net/contact-us.php 0000644 00000014772 15026516224 0014350 0 ustar 00 query($sql)) { die('There was an error running the query [' . $conn->error . ']'); } $to = "care@udyogaadhaar.net"; // this is your Email address $from = $email_id; // this is the sender's Email address $name = $applicant_name; $mobile_no = $mobile_number; $subject = "Contact Form submission"; //$subject2 = "Contact form submission"; $message = " Applicant Name : " . $name ."\n Mobile Name : ". $mobile_no ."\n Email Id : ". $from ."\n "; //$message2 = "Thank you " . $name . " we will contact you shortly."; $headers = "From:" . $from; // $headers2 = "From:" . $to; mail($to,$subject,$message,$headers); //mail($from,$subject2,$message2,$headers2); // sends the message to the sender echo ''; } ?>