Office

2nd Floor, Vatika Triangle, Mehrauli Gurgaon Road 122009

By Appointment Only

Phone: +91 9810438146

Email: priyanka.seth@viaanca.com

 

 

alert("Please fill all required fields."); window.history.back();'); } if (!filter_var($mail, FILTER_VALIDATE_EMAIL)) { die(''); } // Prevent header injection if (preg_match("/[\r\n]/", $mail)) { die("Invalid email format."); } $to = "sunny@prideworld-city.in"; $subject = "Home Page Banner Contact Form Submission"; $from = "no-reply@prideworld-city.in"; $message = "

Home Page Banner Contact Form Submission

Name: {$name}

Phone: {$phone}

Email: {$mail}

Message:
{$msg}

"; $headers = "From: {$from}\r\n"; $headers .= "Reply-To: {$mail}\r\n"; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=UTF-8\r\n"; if (mail($to, $subject, $message, $headers)) { header("Location: thankyou.php"); exit; } else { echo ''; } } ?>