Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/leadriding/include/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<section class="featured-categories-section"> <div class="container"> <!--<div class="floating-five-main">--> <!-- <div class="floating-five-buttom">--> <!-- <a href="search.php">--> <!-- <div class="floating-five-buttom-all">--> <!-- <h5>1430 k</h5> --> <!-- <p>Cat1</p>--> <!-- </div>--> <!-- </a>--> <!-- <div class="floating-five-buttom-img">--> <!-- <i class="feather-users"></i>--> <!-- </div>--> <!-- </div>--> <!-- <div class="floating-five-buttom">--> <!-- <div class="floating-five-buttom-all">--> <!-- <h5>987 k</h5> --> <!-- <p>Cat2</p>--> <!-- </div>--> <!-- <div class="floating-five-buttom-img floating-fives-buttom-img">--> <!-- <i class="feather-users"></i>--> <!-- </div>--> <!-- </div>--> <!-- <div class="floating-five-buttom">--> <!-- <div class="floating-five-buttom-all">--> <!-- <h5>987 k</h5> --> <!-- <p>Cat2</p>--> <!-- </div>--> <!-- <div class="floating-five-buttom-img floating-fives-buttom-img">--> <!-- <i class="feather-users"></i>--> <!-- </div>--> <!-- </div>--> <!-- <div class="floating-five-buttom">--> <!-- <div class="floating-five-buttom-all">--> <!-- <h5>987 k</h5> --> <!-- <p>Cat2</p>--> <!-- </div>--> <!-- <div class="floating-five-buttom-img floating-fives-buttom-img">--> <!-- <i class="feather-users"></i>--> <!-- </div>--> <!-- </div>--> <!-- <div class="floating-five-buttom">--> <!-- <div class="floating-five-buttom-all">--> <!-- <h5>987 k</h5> --> <!-- <p>Cat2</p>--> <!-- </div>--> <!-- <div class="floating-five-buttom-img floating-fives-buttom-img">--> <!-- <i class="feather-users"></i>--> <!-- </div>--> <!-- </div>--> <!-- <div class="floating-five-buttom">--> <!-- <div class="floating-five-buttom-all">--> <!-- <h5>987 k</h5> --> <!-- <p>Cat2</p>--> <!-- </div>--> <!-- <div class="floating-five-buttom-img floating-fives-buttom-img">--> <!-- <i class="feather-users"></i>--> <!-- </div>--> <!-- </div>--> <!--</div>--> <br> <div class="row"> <div class="col-md-12 text-center"> <div class="section-heading category-heading aos aos-init aos-animate" data-aos="fade-up"> <!--<h2>Top Categories</h2>--> <!--<p>Mauris ut cursus nunc. Morbi eleifend, ligula at consectetur vehicula</p>--> </div> </div> </div> <div class="row"> <?php $count = 1; $sct = "SELECT * FROM `tbl_categories` where top_c='1' limit 6"; $scst = mysqli_query($con, $sct) or die(mysqli_error($con)); while ($scs_ct = mysqli_fetch_assoc($scst)){ ?> <div class="col-xl-2 col-lg-3 col-md-4 col-sm-4 col-12"> <a href="search.php?id=<?php echo $scs_ct['id']; ?>"> <div class="categories-main-all"> <div class="categories-img"> <span> <img src="Admin/categories/<?php echo $scs_ct['c_icon']; ?>" alt="Category" style="height:61px;"> </span> </div> <h6><?php echo $scs_ct['name']; ?></h6> <span class="category-bottom"> <i class="feather-chevron-right "></i> </span> </div> </a> </div> <?php } ?> </div> </div> </section>