ok
Direktori : /home/importfo/www/sparshphysio21.in/ |
Current File : /home/importfo/www/sparshphysio21.in/post_detail.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">Post Surgical Rehabilation </h3> </div> </div> </div> </div> </section> <!-- Section: About --> <section id="about"> <div class="container"> <div class="section-content"> <div class="row"> <?php if(isset($_GET['slug'])) { $slug=$_GET['slug']; } else { $slug=0; } $sql="SELECT * from parts4 where p_id='$slug' " ; $res=mysqli_query($db,$sql); $row=mysqli_fetch_array($res); @$img=$row['parts_image']; @$short_desc=$row['short_desc']; @$desc=$row['desc']; ?> <div class="col-md-5"> <div class="class-item box-hover-effect effect1"> <div class="thumb"> <a href="#"> <img class="img-fullwidth mt-50" src="admin/upload/<?php echo$row['parts_image']; ?>" alt="Service" style="width: 400px; height: 300px;" alt="..."></a> </div> </div> </div> <div class="col-md-7" style="text-align:justify; font-size:17px;"> <h2> <?php echo $row['short_desc']; ?> </h2> <p style="text-align:justify; font-size:17px;color: black;"><?php echo $row['desc']; ?></p> </div> </div> </div> </div> </div> </section> <?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-details.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2023 06:40:05 GMT --> </html>