Server IP : 103.53.40.154 / Your IP : 3.146.34.148 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/mystudiob.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); // $slug_name = $_GET['slug_link']; // if(isset($_SERVER['PATH_INFO'])){ // $slug_name=$_SERVER['PATH_INFO']; // $querydt="SELECT * FROM `tbl_product` WHERE `slug_link`='$slug_name'"; // $rundt = mysqli_query($db,$querydt) or die("Query Not run"); // $datadt = mysqli_fetch_assoc($rundt); // } ?> <!DOCTYPE html> <head> <meta name="viewport" content="width=device-width,initial-scale=1.0"/> <meta name="description" content="Get complete diabetes care treatment in Delhi under one roof. Shantam Diabetes is one the best diabetes specialist in paschim vihar Delhi." /> <meta name="keywords" content="" /> <title><?= str_replace("LOCATION",$location,$datadt["meta_title"]);?></title> <meta name="description" content="<?= str_replace("LOCATION",$location,$datadt["meta_desc"]);?>"> <meta name="page-type" content="Physiotherapy, Nutrition Dietetics, Foot Care Medical Center"> <?php include 'top-link.php';?> <style> .service-icon-box a { height: 45px; width: 40px; line-height: 57px; } .mb-0d { margin-bottom: 0!important; padding-top: 10px; } .d-mt { margin-top: 10px !important; } .pd-10 { padding: 10px; } </style> </head> <body class=""> <div id="wrapper"> <?php include 'header.php'?> <div class="main-content"> <!-- Section: inner-header --> <section class="inner-header divider parallax layer-overlay overlay-white-5" data-bg-img="<?php echo $wspath?>images/bg/breadkumb.png"> <div class="container pt-70 pb-20"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12 text-center"> <h2 style="color:white;">Our Expertiese</h2> <ol class="breadcrumb text-center text-black mt-10"> <li><a href="<?php echo $wspath?>index.html" style="color:white;">Home</a></li> <li class="active text-theme-colored">Our Expertiese</li> </ol> </div> </div> </div> </div> </section> </div> <section> <div class="text-center"> <h2>Our Expertiese</h2> </div> <div class="cointainer" > <div class="row"> <?php $sqltype = "SELECT * FROM `tbl_product`"; $runtype = mysqli_query($db,$sqltype) or die("Query Not run"); while($datatype = mysqli_fetch_assoc($runtype)){ $serviceUrl = $wspath ; // if (isset($_REQUEST['loc_slug'])) { // $loc_slug = htmlspecialchars($_REQUEST['loc_slug']); // $serviceUrl .= $loc_slug. '/'; // } $serviceUrl .= '' . $datatype['slug_link'] . '.html'; ?> <div class="col-lg-4 col-md-4 col-sm-12"> <a href="<?php echo $wspath?>experties/<?php echo $datatype['slug_link']?>.html"> <img src="<?php echo $wspath?>admin/images/services/<?php echo $datatype['image'];?>" style="height:200px; box-shadow:1px 1px 3px 3px grey; margin-left:0px" alt="<?php echo $datatype['product_name'];?>"> </a> <h3 style="padding:6px 0;" class="text-center"><a href="<?php echo $wspath?>experties/<?php echo $datatype['slug_link']?>.html"> <?php echo $datatype['product_name'];?></a></h3> </div> <?php } ?> </div> </div> </section> <section style="background-color:#0cb8b6; padding:10px;"> <div class="container" style="padding:10px 0px;"> <div class="row"> <div class="col-md-10"> <h2 style="color:#fff;">Get In Touch With Us!!!!</h2> </div> <div class="col-md-2"> <a class="rd-mr" href="tel:+91-7404685585" style="position:relative; top:25px;">Contact Us <i class="fa fa-angle-double-right"></i></a> </div> </div> </div> </section> <?php include 'footer.php'?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <!--<script src="js/custom.js"></script>--> </body> </html>