%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<?php
//include 'router.php';
//$admin = new Admin(DB1);
$c_date = date("d-m-Y");
$thanks = $_GET['mes'];
$host = $_SERVER['HTTP_HOST'];
if($host == 'localhost') {
define('DB_SERVER','localhost');
define('DB_USER','root');
define('DB_PASS' ,'');
define('DB_NAME', 'sh_hospital_lms');
}
else {
define('DB_SERVER','localhost');
define('DB_USER','sharda_lp_hospit');
define('DB_PASS' ,'mtNbA;!QA#W}');
define('DB_NAME', 'sharda_LMS');
}
$con = mysqli_connect(DB_SERVER,DB_USER,DB_PASS,DB_NAME);
if (mysqli_connect_errno())
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}
$queryis = mysqli_query($con,"select * from `tbl_lms_reg` where id='".$thanks."'");
$showvalue = mysqli_fetch_array($queryis);
$Emails = $showvalue['email'];
$departments = $showvalue['department'];
$username = ucwords($showvalue['full_name']);
$phone = $showvalue['phone_no'];
$date_time = $showvalue['date_time'];
$additional_info = $showvalue['additional_info'];
if($thanks){
$subject = 'Thank You! For Enquiry '.$departments.' with Sharda Hospital, India | '.$c_date;
$from = 'Sharda Hospital <enquiry@shardahospital.org>';
$to = $Emails;
$reply ='reply@shardahospital.org';
$body ="<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />
<title>Sharda Hospital</title>
<style type='text/css'>
a{color:#074198; text-decoration:none;}
.button {
display: block;
width: 115px;
height: 25px;
background:#FFF;
padding: 10px;
text-align: center;
border-radius: 5px;
color: white;
font-weight: bold;
}
</style>
</head>
<body style='font-family:Calibri'>
<table width='700' border='0' align='center' cellpadding='0' cellspacing='0' style='padding:20px; border:1px solid #999'>
<tbody>
<tr>
<td>
<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tbody>
<tr>
<td width='100%'><img src='http://shardahospital.org/lp/cardiology/images/health-logo.png' width='200'></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tbody>
<tr>
<td style='width:100%; float:left; margin-top:30px;'>
<h4 style='font-family:Arial, Helvetica, sans-serif; color:#444; margin-bottom:20px;'> <b>Dear ".$username.",</b> <br /> <br />Greetings From Sharda Hospital, India</h4>
<p style='font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:22px; color:#000;'>We have received the enquiry submitted by you. Our representative will contact you shortly for
further assistance.</p>
<p style='font-family:Arial, Helvetica, sans-serif; font-size:14px;line-height:22px; color:#000;'>Please send us a copy of the following documents so we can help you in time:</p>
<p style='font-family:Arial, Helvetica, sans-serif; font-size:14px;line-height:22px; color:#000; padding-left:20px;'>- ‍ Copy of medical reports, images and scans (description in Hindi or English)</p>
<p style='font-family:Arial, Helvetica, sans-serif; font-size:14px;line-height:22px; color:#000;'>To know more about our services, medical procedures, medical packages, and patient testimonials,
visit <a href='https://shardahospital.org'>https://shardahospital.org</a> Looking forward to hear from you soon.</p>
</td>
</tr>
<tr style='width:100%; float:left; font-family:Arial, Helvetica, sans-serif; color:#444; margin:30px 0 0 0; font-size:14px;'>
<td>
<p>Warm Regards,</p>
<p>Team Sharda Hospital.</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr style='width:100%; display:inline-block; margin:30px 0 0 0;'>
<td>
<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tbody>
<tr>
<td style='width:100%; text-align:center;'>
<div style='width:700px;'>
<a href='https://www.facebook.com/ShardaHospital/' target='_blank' style='margin-right:10px;'><img src='https://shardahospital.org/lp/lms/if_facebook_circle_294710.png' width='30'></a>
<a href='https://twitter.com/shardahospital' target='_blank' style='margin-right:10px;'><img src='https://shardahospital.org/lp/lms/if_twitter_circle_294709.svg' width='30'></a>
<a href='https://plus.google.com/+shardahospitalorg' target='_blank'><img src='https://shardahospital.org/lp/lms/if_social_style_1_googleplus_393279.png' width='30'></a>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: '.$from."\r\n";
$headers .= "CC: enquiry@shardahospital.org\r\n";
$headers .='Reply-To: '.$reply."\r\n".
'X-Mailer: PHP/' . phpversion();
$sendMail = mail($to,$subject,$body,$headers);
//$sendMail = $admin->sendMail($subject, $body, $to);
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- SEO -->
<meta name="author" content="">
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicons -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- Page Title -->
<title>Thank-You</title>
<!-- Bootstrap -->
<link href="../lms/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Google Font : Josefin Sans -->
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,700" rel="stylesheet" type="text/css">
<!-- Plugins -->
<link href="../lms/css/plugins/font-awesome.css" rel="stylesheet">
<link href="../lms/css/plugins/streamline-icons.css" rel="stylesheet">
<!-- Template Style -->
<link href="../lms/css/health.css" rel="stylesheet">
<link href="../lms/css/slider.css" rel="stylesheet">
<!-- Color Theme -->
<link href="../lms/css/themes/red.css" rel="stylesheet">
<link href="../lms/css/bootstrap-datetimepicker.min.css" rel="stylesheet" media="screen">
<script src="../lms/js/modernizr.min.js"></script>
<script src="../lms/js/plugins/pace.js"></script>
<style>
.app-button{display:none;}
@media only screen and (max-width: 600px) {
.app-button{display:block; position:fixed;bottom:0;left:20%;}
}
</style>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NFLLKCR');</script>
</head>
<body data-spy="scroll" data-target="#navbar" data-offset="100">
<!--Preloader div-->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NFLLKCR"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<section class="call-to-action">
<div class="container">
<div class="section-title text-center">
<h2><span class="text-highlight">Thank you for registration with us.</span> </h2>
<h3 class="subline">We Will contact as soon as possible.</h3>
<hr>
</div>
<div class="cta-button text-center vertical-space bottom-space-xl"> <a class="btn btn-success btn-xl" href="http://shardahospital.org">click here to go to home page.</a>
<h6 class="vertical-space">or Call : <a href="tel:01202333999">0120-2333999</a></h6>
</div>
</div>
</section>
</body>
</html>