MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 13.59.234.182
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/deergham.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/deergham.com/index-cat.php
        <!--Our Categories Start-->
         
         <div class="categories section--nopb">
            <div class=container>
                <!--<h2>Our Categories</h2>-->
                <div class="featured_header">
                    <h2 class="featured_header-title">Our Categories</h2>
                </div>
                <ul class="categories_list d-flex flex-wrap">
                    <?php
                        $sqltour = "SELECT * FROM tbl_main_cat WHERE cat_status='Active' ORDER BY `cat_order_by` ASC";
                        $runtour = mysqli_query($db,$sqltour) or die("Query Not run");
                        while($datatour = mysqli_fetch_assoc($runtour)){
                    ?>
                    <li class="categories_list-item col-6 col-md-4 col-xl-2" data-order=1>
                        <a class=categories_list-item_wrapper href="<?php echo $wspath?>product<?php echo $datatour['slug'];?>.html">
                            <div class=media><span class="overlay d-flex flex-column justify-content-end">
                                <span class=overlay_content></span></span>
                                <img src="<?php echo $wspath?>admin/images/property-image/<?php echo $datatour['cat_image'];?>" alt="<?php echo $datatour['cat_name'];?>">
                            </div>
                            <h4 class=title><?php echo $datatour['cat_name'];?></h4>
                        </a>
                    </li>
                    <?php } ?>
                    
                </ul>
            </div>
        </div>
        
        <!--Our Categories End-->

MMCT - 2023