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/eventsbyshubhchintak/vendor/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <?php include 'includes/db-conn.inc.php'; include'includes/head.php'; ?> </head> <body> <div id="preloader"> <div id="status"> </div> </div> <!--TOP SEARCH SECTION--> <?php include'includes/header.php'; ?> <section class="inn-page-bg"> <div class="container"> <div class="row"> <div class="inn-pag-ban"> <h2>Find your Services</span></h2> <h5>Grow your business by getting relevant and verified leads</h5> </div> </div> </div> </section> <section class="com-padd com-padd-redu-bot1 pad-bot-red-40"> <div class="container"> <div class="row"> <div class="com-title"> <h2>All Category</h2> <p>Explore some of the best business from around the world from our partners and friends.</p> </div> <div class="dir-hli"> <ul> <?php $sql=mysqli_query($conn,"select * from tbl_category where status='1' ORDER BY name asc")or die(mysqli_error()); while($row=mysqli_fetch_assoc($sql)) {extract($row) ?> <!--=====LISTINGS======--> <!--=====LISTINGS======--> <li class="col-md-3 col-sm-6"> <a href="sub-category?cateid=<?php echo $id;?>"> <div class="dir-hli-5"> <div class="dir-hli-1"> <div class="dir-hli-3"><img src="" alt=""> </div> <div class="dir-hli-4"> </div> <img src="media/category/<?php echo $image;?>" alt="<?php echo $name;?>"> </div> <div class="dir-hli-2"> <h4><?php echo $name;?> <span class="dir-ho-cat"></span></h4> </div> </div> </a> </li> <!--=====LISTINGS======--> <!--=====LISTINGS======--> <?php }?> </ul> </div> </div> </div> </section> <!--MOBILE APP--> <!--FOOTER SECTION--> <?php include'includes/footer.php'; ?> <!--QUOTS POPUP--> <!--SCRIPT FILES--> <script src="js\jquery.min.js"></script> <script src="js\bootstrap.js" type="text/javascript"></script> <script src="js\materialize.min.js" type="text/javascript"></script> <script src="js\custom.js"></script> </body> </html>