MMCT TEAM
Server IP : 153.92.220.142  /  Your IP : 18.188.211.44
Web Server : LiteSpeed
System : Linux nl-srv-web516.main-hosting.eu 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64
User : u444427800 ( 444427800)
PHP Version : 8.1.27
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u444427800/domains/aaryashdermajoint.com/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u444427800/domains/aaryashdermajoint.com/public_html/gallery.php
<!-- header section start -->
<?php include "header.php" ?>
<!-- header section end -->

<div class="site-breadcrumb" style="background: url(assets/img/banner3.jpg)">
    <div class="container">
        <h2 class="breadcrumb-title">Gallery</h2>
        <ul class="breadcrumb-menu">
            <li><a href="index.php">Home</a></li>
            <i class="fa-solid fa-angles-right"></i>
            <li class="actives">Gallery</li>
        </ul>
    </div>
</div>

<!-- gallery section start -->

<div class="img_gallery">
    <div class="container">
        <h2 class="text-center">Our Gallery</h2>
        <div class="row">
            <?php
            $result = $conn->query("SELECT * FROM `gallery` ");
            $i = 1;
            if ($result->num_rows > 0) {
                while ($row = $result->fetch_assoc()) { ?>
                    <div class="coll">
                        <div class="img-box">
                            <a href="admin/<?php echo $row['gallery'] ?>" alt="" class="img-gallery " data-fancybox="gallery" target="_blank">
                                <img src="admin/<?php echo $row['gallery'] ?>" alt="">
                            </a>
                        </div>

                    </div>
            <?php
                    $i++;
                }
            } ?>
        </div>
    </div>
</div>

<!-- gallery section end -->





<!-- footer section start -->
<?php include "footer.php" ?>
<!-- footer section end -->

MMCT - 2023