MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.141.7.165
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/milkodelight.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/milkodelight.com/product-listing.php
<?php
    include_once('admin/config.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Dairy Products Manufacturers and Exporters in Bareilly.</title>
    <meta name="description" content="Looking for Premium Quality Dairy Products Manufacturers in Bareilly? Milko Deligh - Leading Exporter of Dairy Processing Products.">
    <?php include "top-links.php";?>
</head>
<body>
    
<?php include "header.php";?>

    <div class="bd-breadcrumb__area include__bg hero__overlay Breadcrumb__height d-flex align-items-center" data-background="<?php echo $wspath?>assets/img/hero/breadcrumb.jpg">
        <div class="container fluid">
            <div class="row">
               <div class="col-xl-12">
                  <div class="bd-breadcrumb__menu">
                     <nav aria-label="Breadcrumbs" class="breadcrumb-trail breadcrumbs">
                        <ul class="trail-items">
                           <li class="trail-item trail-begin"><span><a href="<?php echo $wspath?>">Home</a></span></li>
                           <li class="trail-item trail-end"><span>Products</span></li>
                        </ul>
                     </nav>
                  </div>
                  <div class="bd-breadcrumb__title">
                     <h2>All Products</h2>
                  </div>
               </div>
            </div>
        </div>
    </div>

    <section class="bd-product__area pt-60 pb-60">
        <div class="container">
            <div class="bd-section__title-wrapper mb-50">
                <span class="bd-sub__title">Products</span>
                <h2 class="bd-section__title">All Products</h2>
            </div>
        <div class="row">
            <div class="col-xxl-12">
               <div class="product__filter-tab">
                  <div class="tab-content" id="nav-tabContent">
                     <div class="tab-pane fade active show" id="nav-grid" role="tabpanel" aria-labelledby="nav-grid-tab">
                        <div class="row">
                            <?php
                                $sql = "SELECT * FROM `tbl_services`";
                                $run = mysqli_query($db,$sql) or die("Query Not run");
                                while($data = mysqli_fetch_assoc($run)){
                            ?>
                            
                           <div class="col-xl-3 col-lg-4 col-md-6">
                              <div class="bd-product__item text-center mb-30">
                                 <div class="bd-product__img">
                                     <a href="<?php echo $wspath?><?php echo $data['url_link']?>.html">
                                    <img src="<?php echo $wspath?>admin/images/<?php echo $data['img2'];?>" alt="product-img">
                                    </a>
                                 </div>
                                 <div class="bd-product__content">
                                    <a href="<?php echo $wspath?><?php echo $data['url_link']?>.html"><h4><?= str_replace("LOCATION",$location,$data["property_name"]);?></h4></a>
                                 </div>
                              </div>
                           </div>
                          <?php } ?>
                        </div>
                     </div>
                  </div>
               </div>
            </div>
         </div>
      </div>
   </section>

   <?php include "footer.php";?>
</body>
</html>

MMCT - 2023