session_start();
header('P3P: CP=\"IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA\"');
@extract($_POST);
@extract($_GET);
$succ_msg=0;
if($_SERVER['HTTP_HOST']=="localhost")
{
define("SITE_URL", "http://localhost/MU/");
}
else
{
define('SITE_URL','http://mangalayatan.in/');
define('SITE_RURL','http://mangalayatan.in');
}
$redirect=SITE_RURL.$_SERVER['SCRIPT_NAME'];
if(count($_POST) >0)
{
/**** sending mail to admin *******/
$msg="
$c_name |
$c_phone |
$c_email |
$c_comments |
";
$to_admin = 'mangalayatanunv@gmail.com';
$subject = "PHD/Mphil Admission Query from Mangalayatan University [ Popup Query Form ]";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: <'.$c_email.'>' . "\r\n";
$headers .= "X-Mailer: PHP v".phpversion();
$mail_sent = @mail( $to_admin, $subject, $msg, $headers,'-fadmission@mangalayatan.edu.in');
/********* ens send mail to admin *****************/
/************* sending mail to user *****************/
$message="Dear ".$c_name;
$message.="
";
$message.="
";
$message.="";
$message.="Thanks for your interest in Mangalayatan University.";
$message.="
";
$message.="We will contact you soon. For more Quick Response you can Directly Call / WhatsApp at +91-78279-73875";
$message.="
";
$message.="
";
$message.="
";
$message.="With Warm Regards";
$message.="
";
$message.="Support Team";
$message.="
";
$message.="Mangalayatan University";
$message.="
";
$message.="+91-78279-73875";
$message.="
";
$message.="http://mangalayatan.in/";
$message.="
";
$subject = "Welcome to Mangalayatan.in";
$from = 'admission@mangalayatan.edu.in';
$headers = "From: $from" . "\r\n";
$headers .= 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= "X-Mailer: PHP v".phpversion(); // These two to help avoid spam-filters
$mail_sent = @mail( $c_email, $subject, $message, $headers,'-fadmission@mangalayatan.edu.in' );
$succ_msg=1;
}
?>
Query Form
if($succ_msg==0)
{
?>
} else { ?>
Thanks for your interest in Mangalayatan University.
We will contact you soon. For more Quick Response you can Directly Call / WhatsApp at +91-78279-73875
Back to Query Form
} ?>