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>Dental Treatment in Greater 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="Dental Treatment in Greater 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="Dental Treatment in Greater Noida, Dental Treatment in Greater Noida, Dental Treatment in Greater Noida, Dental Treatment in Greater Noida, 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, Dental Treatment in Greater 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">Dental Treatment in Greater 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">Dental Treatment in Greater 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>Dental Treatment in Greater Noida</h2> <p class="mb-20">Choosing the best dental clinic is an important decision that can have a significant impact on your oral health. With so many dental clinics available, it can be overwhelming to choose the right one. Here comes the Smile In Minutes Multispecialty Dental Clinic as a great option.</p> <p>While choosing a dental clinic, it’s reputation matters a lot. Smile In Minutes Multispecialty Dental Clinic has a good reputation in the community and among its patients. </p> <p><b>Experience- </b> The experience of the dental team is also an important factor to consider. The clinic has experienced and qualified dentists with an experience of several years. They are able to handle all types of dental procedures and provide the best possible care.</p> <p><b>Services Offered- </b> Different dental clinics offer different services. Smile In Minutes Multispecialty Dental Clinic offers a wide range of services, including general dentistry, cosmetic dentistry, orthodontics, restorative dentistry, implants, oral surgery and emergency dental services. By providing wide range of services we ensure that you get all the dental care you need in one place.</p> <p><b>Technology and Equipment- </b> A good dental clinic should have modern technology and equipment to provide the best possible care. Smile In Minutes Multispecialty Dental Clinic uses advanced technology, such as digital X-rays, intraoral camera and laser dentistry. This ensures that you receive accurate and efficient dental care.</p> <p><b>Cleanliness and Hygiene- </b> Cleanliness and hygiene are crucial when it comes to dental clinics. Smile In Minutes Multispecialty Dental Clinic maintains high standards of cleanliness and hygiene. We use sterilized instruments and have a clean and well-maintained facility.</p> <p><b>Location and Convenience- </b> The clinic is located at a accessible market place and also registered on Google maps, and offers flexible scheduling options. This makes it easier for you to schedule appointments and receive the care you need. Online appointment, appointment by call, walk-in appointments, and all the facilities are available here for your comfort.</p> <p>In conclusion, choosing the best dental clinic requires careful consideration of several factors. A clinic with a good reputation, experienced dental team, wide range of services, modern technology and equipment, high standards of cleanliness and hygiene, and convenient location. Smile In Minutes Multispecialty Dental Clinic is one of the best clinic where dental surgeons ensure that you receive the best possible dental care.</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>