Please feel free to contact us at any time,We will make sure that we continue to respond to your questions very quickly.
Get in touch with us
Email: [email protected]
Personal Email Id : [email protected]
[insert_php] if(isset($_POST[‘submit’])) {$to = “[email protected]”; $from = $_POST[’email’]; $first_name = $_POST[‘first_name’]; $last_name = $_POST[‘last_name’]; $subject = “Form submission”;$message = $first_name . ” ” . $last_name . ” wrote the following:” . “\n\n” . $_POST[‘message’]; $headers = “From:” . $from;mail($to,$subject,$message,$headers);header(‘Location: https://www.kencorner.com/’); } [/insert_php]