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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/loveitchocoiza.com/photo-gallery.php
<!doctype html>
<html class="no-js" 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, shrink-to-fit=no">
    <title>Photo Gallery</title>
    <meta name="description" content="Photo Gallery">

    <?php include "top-links.php";?>

</head>
<body>

    <?php include "header.php";?>

    <div class="breadcrumbs-area position-relative">
        <div class="container">
            <div class="row">
                <div class="col-12 text-center">
                    <div class="breadcrumb-content position-relative section-content">
                        <h1 class="title-3">Photo Gallery</h1>
                        <ul>
                            <li><a href="<?=$wspath?>">Home</a></li>
                            <li>Photo Gallery</li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
     
    <div class="single-product-main-area">
        <div class="container container-default custom-area">
            <div class="row">
                <div class="col-lg-12 offset-lg-0 col-md-8 offset-md-2 ">
                    <div class="row popup-gallery">
                        <?php
                            $sqlgall = "SELECT * FROM `tbl_gallery`";
                            $rungall = mysqli_query($db,$sqlgall) or die("Query Not run");
                            while($datagall = mysqli_fetch_assoc($rungall)){
                        ?>
                        <div class="col-md-4  mb-4">
                            <div class="single-image border">
                                <a class="w-100" href="<?=$wspath?>admin/images/gallery/<?php echo $datagall['image']?>">
                                    <img class="w-100" src="<?=$wspath?>admin/images/gallery/<?php echo $datagall['image']?>" alt="<?=$site_name?>" title="<?=$site_name?>">
                                </a>
                            </div>
                        </div>
                        <?php } ?>
                    </div>
                </div>
              
            </div>
           
        </div>
    </div>
    
   <?php include "footer.php";?>


</body>


</html>

MMCT - 2023