MMCT TEAM
Server IP : 2a02:4780:3:1378:0:3736:a38e:10  /  Your IP : 3.145.42.238
Web Server : LiteSpeed
System : Linux sg-nme-web1278.main-hosting.eu 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : u926327694 ( 926327694)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u926327694/domains/svschool.in/public_html/assets/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u926327694/domains/svschool.in/public_html/assets/../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>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='Staff'");
                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