ok
Direktori : /home/importfo/public_html/sparshphysio21.in/ |
Current File : /home/importfo/public_html/sparshphysio21.in/other.php |
<?php include("admin/config.php");?> <!DOCTYPE html> <html dir="ltr" lang="en"> <!-- Mirrored from kodesolution.com/html/2016/health-zone-html/demo/index-physiotherapy-mp-layout1.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2023 06:32:08 GMT --> <?php include 'top.php' ?> <body class=""> <div id="wrapper"> <!-- preloader --> <?php include 'header.php' ?> <!-- Start main-content --> <div class="main-content"> <!-- Section: inner-header --> <section class="inner-header divider" data-parallax-ratio="0.7" data-bg-img="images/physiotherapy/bg/ab.jpg"> <div class="container pt-100 pb-50"> <!-- Section Content --> <div class="section-content pt"> <div class="row"> <div class="col-md-12"> <h3 class="title text-white">Other Treatment</h3> </div> </div> </div> </div> </section> <!-- Section: tranning Class --> <section id="classes" data-bg-img="images/pattern/p8.png"> <div class="container"> <div class="row mtli-row-clearfix"> <?php $sql="SELECT * FROM parts7"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="col-md-4"> <div class="bg-white class-item box-hover-effect mb-20 effect1 mb-md-30"> <div class="thumb mb-20"> <a href="other_detail.php?slug=<?php echo $row['p_id']; ?>"><img class="img-fluid" src="admin/upload/<?php echo$row['parts_image']; ?>" alt="Service" style="width: 400px; height: 250px;"></a></div> <div class="content text-left p-25 pt-0 flip"> <h4 class="post-title"><a href="other_detail.php?slug=<?php echo $row['p_id']; ?>"><?php echo $row['short_desc']; ?></a></h2> <div class="line-bottom mt-10 mb-10"></div> <a href="other_detail.php?slug=<?php echo $row['p_id']; ?>">Read More</a> </div> </div> </div> <?php }?> </div> </div> </section> <br/> <br/> <?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> <!-- Mirrored from kodesolution.com/html/2016/health-zone-html/demo/page-services-style2.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2023 06:40:05 GMT --> </html>