|
Server IP : 2a02:4780:3:2287:0:3736:a38e:8 / Your IP : 216.73.217.135 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, 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 (0777) : /home/u926327694/domains/svschool.in/../jsssakrilawcollegehubli.in/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!<?php
include"header.php";
if(isset($_GET['id']))
{
$sel_id=$_GET['id'];
?>
<!-- Start Hero Area -->
<section class="hero-section height-470 bg_dark_9" style="background-image:url(assets/images/about_us.png)" data-aos="fade-up">
<div class="hero-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="page-hrader text-white text-center">
<h1 class="display-3">Teacher Details</h1>
<div class="page-breadcrumb">
<p><a class="text-white" href="index.html">Home</a> - Teacher</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Hero Area -->
<!-- Start Author Intro -->
<section class="intro-section section-ptb bg_dark_9" data-aos="fade-up">
<div class="intro-area">
<div class="container">
<div class="row">
<div class="col-4">
<div class="list-group" id="list-tab" role="tablist">
<?php
$sel_com_tab=mysqli_query($con,"SELECT committes,id FROM `committes` group by committes ORDER by id");
while($res_com_tab=mysqli_fetch_array($sel_com_tab))
{
?>
<a class="list-group-item list-group-item-action <?php if($res_com_tab['id']==$sel_id) { echo 'active'; } ?>" id="committes<?php echo $res_com_tab['id']; ?>" data-toggle="list" href="#committes_content<?php echo $res_com_tab['id']; ?>" role="tab" aria-controls="home"><?php echo $res_com_tab['committes']; ?></a>
<?php
}
?>
</div>
</div>
<div class="col-8">
<div class="tab-content" id="nav-tabContent">
<?php
$sel_com_tab=mysqli_query($con,"SELECT committes,id FROM `committes` group by committes ORDER by id");
$i=0;
while($res_com_tab=mysqli_fetch_array($sel_com_tab))
{
$i=$i+1;
$tab_name=$res_com_tab['committes'];
?>
<div class="tab-pane fade show <?php if($res_com_tab['id']==$sel_id) { echo 'active'; } ?>" id="committes_content<?php echo $res_com_tab['id']; ?>" role="tabpanel" aria-labelledby="committes_content<?php echo $res_com_tab['id']; ?>">
<h4><?php echo $tab_name; ?></h4>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Sl.No. </th>
<th scope="col">Name</th>
<th scope="col">Designation</th>
<th scope="col">Others</th>
</tr>
</thead>
<tbody>
<?php
$sel_com_c=mysqli_query($con,"select * from committes where committes='$tab_name' order by orderid");
$ii=0;
while($res_c=mysqli_fetch_array($sel_com_c))
{
$ii=$ii+1;
?>
<tr>
<th scope="row"><?php echo $ii; ?></th>
<td><?php echo $res_c['name']; ?></td>
<td><?php echo $res_c['designation']; ?></td>
<td><?php echo $res_c['others']; ?></td>
</tr>
<?php
}
?>
</tbody>
</table>
</div>
<?php
}
?>
</div>
</div>
</div>
<div style="position: absolute; filter: alpha(opacity=0); opacity: 0.001; z-index: 10;"><a href="https://www.replicawatchpro.to/">replica watches uk</a> <a href="https://shopreplica.uk.com/">replica watches</a> <a href="https://www.watchesreplicauk.to/">replica rolex</a> <a href="https://www.dartmoorway.co.uk/styles.php">replica rolex watches</a></div>
</div>
</div>
</section>
<!-- End Author Intro -->
<?php
include"footer.php";
}
else
{
echo"<script>window.location='index.php';</script>";
}
?>