ok
Direktori : /home/importfo/public_html/sparshphysio21.in/ |
Current File : /home/importfo/public_html/sparshphysio21.in/blog.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-blue">Blog</h3> </div> </div> </div> </div> </section> <section> <div class="container"> <div class="row multi-row-clearfix"> <div class="blog-posts"> <?php $sql="SELECT * from blog "; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="col-md-4"> <article class="post clearfix mb-30"> <div class="entry-header"> <div class="post-thumb thumb"> <a href="blog_detail.php?slug=<?php echo $row['id']; ?>"><img src="admin/upload/<?php echo $row['image'];?>" alt=""></a> </div> </div> <div class="entry-content p-18"> <h3 class="post-title"><a href="blog_detail.php?slug=<?php echo $row['id']; ?>"><?php echo $row['title']; ?></a></h3> <ul class="entry-date list-inline mt-10 mb-10"> <li><a href="#" class="text-theme-colored"><?php echo $row['post_date'];?></a></li> <br/> <li>By: <span class="text-theme-colored"><?php echo $row['post_by'];?></span></li> </ul> <div class="clearfix"></div> </div> </article> </div> <?php } ?> </div> </div> </div> </section> </div> <!-- end main-content --> <?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/blog-grid-2-column.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2023 06:40:23 GMT --> </html>