ב הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותشسdggרות הל555ה התafhgfh
במסgרות ה gh//شی הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותהתנדaghhhhו12ין יעל, המעציfghfghfע
/
home
/
vyaparinfotech
/
public_html
/
Upload FileeE
HOME
<?php if(isset($_POST['submit'])){ $to = "nishant.vyaparinfotech@gmail.com"; // Your email address $name = htmlspecialchars($_POST['name'], ENT_QUOTES, 'UTF-8'); $email = filter_var($_POST['email'], FILTER_VALIDATE_EMAIL); $mobile = htmlspecialchars($_POST['mobile'], ENT_QUOTES, 'UTF-8'); $message = htmlspecialchars($_POST['message'], ENT_QUOTES, 'UTF-8'); $subject = "Inquiry Received From Website"; if ($email) { // Ensure the email is valid $headers = "From: " . $email . "\r\n" . "Reply-To: " . $email . "\r\n" . "X-Mailer: PHP/" . phpversion(); $body = "Name: $name\nEmail: $email\nMobile: $mobile\nMessage: $message"; $result = mail($to, $subject, $body, $headers); if ($result) { echo '<script type="text/javascript">alert("Your Message was sent Successfully!");</script>'; } else { echo '<script type="text/javascript">alert("Sorry! Message was not sent, Try again Later.");</script>'; } } else { echo '<script type="text/javascript">alert("Invalid email address!");</script>'; } echo '<script type="text/javascript">window.location.href = window.location.href;</script>'; } ?>