hjkhhjhjol;gkhjhjkhjkhjsdfsdfsfdbbcerweriu
bnmbnmbnghjghjgsdfdsfsdfuin
/
home1
/
smileinminutesgr
/
smileinminutes.com
/
Upload FileeE
HOME
<?php require_once 'includes/web.config.php'; require_once 'includes/admin.inc.php'; ?><?php if(file_exists('includes/class.phpmailer.php')) { include_once('includes/class.phpmailer.php'); } if(isset($_POST['about_name']) && ($_POST['about_name']) !=''){ $mail = new PHPMailer(); // defaults to using php "mail()" $mail->IsSMTP(); // telling the class to use SMTP $mail->SMTPDebug = false; // enables SMTP debug information (for testing) $mail->SMTPAuth = true; // enable SMTP authentication // 1 = errors and messages $mail->IsHTML(true); // telling the class to use SMTP $senderName = 'Smile In Minutes'; $senderEmail = 'info@drpriyankagupta.in'; //your email $replyToEmail = $senderEmail; $replyToName = $senderName; //DEFINE SMTP $mail->Mailer = "smtp"; $mail->Host = 'mail.drpriyankagupta.in'; // sets GMAIL as the SMTP server $mail->Port = 587; //25 or 587 (some providers block port 25)//465,587,25 //set the SMTP port for the GMAIL server $mail->Username = 'info@drpriyankagupta.in'; $mail->Password = 'LocK@edi1'; $mail->SMTPSecure = 'tls'; $subject = 'Smile In Minutes - Contact Request - '.date('Y-m-d H:i:s'); $mail_body ='<div style="width:620px;margin:auto;color:#FFFFFF;background:##00a3c8;font-size:14px;font-weight:bold;padding:7px 0px 7px 15px;">Smile In Minutes - Contact Enquiry</div> <div style="width:608px;margin:auto;height:auto;font-size:11px;padding:7px 10px 7px 15px;border:solid ##00a3c8 1px ;"> <B>Dear Admin,<br><br>Contact Details are as follows:</B><br/><br/> <B>Contact Name :</B> '.ucwords($_REQUEST['about_name']).' <br/><br/> <B>Contact Phone :</B> '.$_REQUEST['about_phone'].' <br/><br/> <B>Email:</B> '.$_REQUEST['about_email'].' <br/><br/> <B>Appointment Date:</B> '.$_REQUEST['about_appontment_date'].' <br/><br/> <B>Message :</B> '.ucfirst($_REQUEST['about_message']).' <br/><br/> </div>'; $user_email = 'drpriyankagupta87@gmail.com'; $emailBody = $mail_body; $emailSub = $subject; $receiverEmail = $user_email; $mail->SetFrom($senderEmail, $senderName); $mail->Subject = $emailSub; $mail->MsgHTML($emailBody); $mail->AddAddress($receiverEmail); $mail->AddBCC('info@shashwatco.com', 'Shashwat India'); $mail_sent_status = $mail->Send(); $mail->ClearAddresses(); // EACH ADDADDRESS ADD TO LIST $mail->ClearCCs(); $mail->ClearBCCs(); if($mail_sent_status){ $msg11113 ='<div class="alert alert-success"><strong>Success!</strong> Thank You For Contacting Us, We Will Contact You Soon.</div>'; }else{ $msg11113 ='<div class="alert alert-danger"><strong>Danger!</strong> Sorry! Please Try Again.</div>'; } } ?> <!DOCTYPE html> <html dir="ltr" lang="en"> <head> <!-- Page Title --> <title>Best Dentist in Noida | Smile in Minutes</title> <!-- Meta Tags --> <meta name="viewport" content="width=device-width,initial-scale=1.0"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta name="description" content="Best Dentist in Noida - Smile in Minutes offers a wide array of services from normal dental checkups to premium services, such as cosmetic dentistry, Invisalign aligners and esthetic improvements to the patients. Call us now +91- 8287040554" /> <meta name="keywords" content="Best Dentist in Noida, Best Dental Clinic in Raj Nagar Extension, Best Dental Clinic in Raj Nagar Extension, Top Dentist in Raj Nagar Extension, Dental Treatment in Greater Noida, Dental Implant Centre in Raj Nagar Extension, Root Canal Treatment in Raj Nagar Extension, Top Dental Clinic in Noida, Smile in Minutes Noida, Smile in Minutes Raj Nagar Extension, Delhi, India, Best Dental Care in Raj Nagar Extension, Best Dentist in Noida, Delhi - Dr Priyanka Gupta (BDS)" /> <meta name="author" content="Shashwat India" /> <!-- Favicon and Touch Icons --> <link href="images/favicon.png" rel="shortcut icon" type="image/png"> <!-- Stylesheet --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css"> <link href="css/animate.css" rel="stylesheet" type="text/css"> <link href="css/css-plugin-collections.css" rel="stylesheet"/> <!-- CSS | menuzord megamenu skins --> <link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-boxed.css" rel="stylesheet"/> <!-- CSS | Main style file --> <link href="css/style-main.css" rel="stylesheet" type="text/css"> <!-- CSS | Preloader Styles --> <link href="css/preloader.css" rel="stylesheet" type="text/css"> <!-- CSS | Custom Margin Padding Collection --> <link href="css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css"> <!-- CSS | Responsive media queries --> <link href="css/responsive.css" rel="stylesheet" type="text/css"> <!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. --> <!-- <link href="css/style.css" rel="stylesheet" type="text/css"> --> <!-- Revolution Slider 5.x CSS settings --> <link href="js/revolution-slider/css/settings.css" rel="stylesheet" type="text/css"/> <link href="js/revolution-slider/css/layers.css" rel="stylesheet" type="text/css"/> <link href="js/revolution-slider/css/navigation.css" rel="stylesheet" type="text/css"/> <!-- CSS | Theme Color --> <link href="css/colors/theme-skin-blue.css" rel="stylesheet" type="text/css"> <!-- external javascripts --> <script src="js/jquery-2.2.4.min.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/bootstrap.min.js"></script> <!-- JS | jquery plugin collection for this theme --> <script src="js/jquery-plugin-collection.js"></script> <!-- Revolution Slider 5.x SCRIPTS --> <script src="js/revolution-slider/js/jquery.themepunch.tools.min.17.delaye"></script> <script src="js/revolution-slider/js/jquery.themepunch.revolution.min.18.d"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <?php include('googletagmanager.php'); ?> </head> <body class="has-side-panel side-panel-right fullwidth-page side-push-panel"> <div class="body-overlay"></div> <!-- SIDE MENU BAR --> <?php include('side-menu-bar.php'); ?> <div id="wrapper" class="clearfix"> <!-- preloader --> <!-- preloader --> <div id="preloader"> <div id="spinner"> <img src="images/preloaders/1.gif" alt=""> </div> <div id="disable-preloader" class="btn btn-default btn-sm">Disable Preloader</div> </div> <!-- Header --> <?php include('header.php'); ?> <!-- Start main-content --> <div class="main-content"> <!-- Section: inner-header --> <section class="inner-header divider parallax layer-overlay overlay-dark-8" data-bg-img="images/bg/bg1.jpg"> <div class="container pt-60 pb-60"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12 xs-text-center"> <h3 class="title text-white">Best Dentist in Noida</h3> <ol class="breadcrumb mt-10 white"> <li><a class="text-white" href="https://www.smileinminutes.com/">Home</a></li> <li><a class="text-white" href="best-dentist-in-raj-nagar-extension.php">Services</a></li> <li class="active text-theme-colored">Best Dentist in Noida</li> </ol> </div> </div> </div> </div> </section> <!-- Section:about--> <section class=""> <div class="container"> <div class="section-content"> <div class="row"> <div class="col-md-4"> <div class="border-10px p-30 pt-10 pb-10 bg-lighter"> <h4 class="text-theme-colored">Make An Appointment!</h4> <p class="mt-0 font-weight-600">Just make an appointment to get help from our experts</p> <!-- Appontment Form Starts --> <?php if(isset($msg11113)){ echo $msg11113; }?> <form id="about_form" name="about_form" class="" method="POST" action=""> <div class="row"> <div class="col-sm-12"> <div class="form-group mb-10"> <input id="about_name" name="about_name" class="form-control" type="text" required="required" placeholder="Enter Name*" aria-required="true"> </div> </div> <div class="col-sm-12"> <div class="form-group mb-10"> <input id="about_phone" name="about_phone" class="form-control" type="text" required="required" placeholder="Enter Phone*" onKeyPress="javascript:return isNumber(event)" aria-required="true"> </div> </div> <div class="col-sm-12"> <div class="form-group mb-10"> <input id="about_email" name="about_email" class="form-control" type="email" placeholder="Enter Email" aria-required="true"> </div> </div> <div class="col-sm-12"> <div class="form-group mb-10"> <input name="about_appontment_date" class="form-control required datetime-picker" required="required" type="text" placeholder="Appoinment Date & Time*" aria-required="true"> </div> </div> </div> <div class="form-group mb-10"> <textarea id="about_message" name="about_message" class="form-control required" required="required" placeholder="Enter Message*" rows="4" aria-required="true"></textarea> </div> <div class="form-group mb-0 mt-20"> <input id="form_botcheck" name="form_botcheck" class="form-control" type="hidden" value=""> <button type="submit" class="btn btn-dark btn-theme-colored" name="submit" id="submit">Send Message</button> </div> </form> <!-- Appointment Form Validation--> <script type="text/javascript"> function isNumber(evt) { var iKeyCode = (evt.which) ? evt.which : evt.keyCode if (iKeyCode != 46 && iKeyCode > 31 && (iKeyCode < 48 || iKeyCode > 57)) return false; return true; } </script> <!-- Appontment Form Ends --> </div> </div> <div class="col-md-8"> <h2 class="title line-bottom line-height-1 mt-0 mt-sm-30"><span>Best Dentist in Noida</h2> <p class="mb-20">One of the best dentists in Noida is Dr Priyanka Gupta, who has over 10 years of experience in general and cosmetic dentistry. Her clinic is equipped with the latest technology and offers a range of services, including preventive care, restorative dentistry, and orthodontics. Dr. Priyanka Gupta is known for her gentle approach, attention to detail, and personalized care for each patient.</p> </div> </div> </div> </div> </section> <!-- Section: Services --> <?php include('service.php'); ?> <!-- Divider: Funfact --> <?php include ('rating.php'); ?> <!-- Section: Doctors --> <?php include('our-doctors.php'); ?> </div> <!-- end main-content --> <!-- Footer --> <?php include('footer.php'); ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <!-- end wrapper --> <!-- Footer Scripts --> <!-- JS | Custom script for all pages --> <script src="js/custom.js"></script> </body> </html>