MMCT TEAM
Server IP : 2a02:4780:11:1359:0:1d43:a566:2  /  Your IP : 216.73.216.199
Web Server : LiteSpeed
System : Linux in-mum-web1259.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64
User : u490972518 ( 490972518)
PHP Version : 5.6.40
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 : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u490972518/domains/ppschool.org.in/public_html/admin/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u490972518/domains/ppschool.org.in/public_html/admin/feeshistory.php
<html>
			<head>
				<?php include("../link/admin_headconnection.php");
				session_start();
			$lg=$_SESSION['admin'];
			if(!$lg)
			{
				header("location:../admin/index.php");
			}
				
				
				?>
				<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"/>
				<link href="../css/dashboard.css" rel="stylesheet" type="text/css"/>
				<link href="../css/dashboardmenu.css" rel="stylesheet" type="text/css"/>
				<link href="../css/student_details_side_menu.css" rel="stylesheet" type="text/css"/>
				<link href="../css/student_details.css" rel="stylesheet" type="text/css"/>
					<link href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css" type="text/css" rel="stylesheet"/>
<link href="https://cdn.datatables.net/buttons/1.5.1/css/buttons.dataTables.min.css" type="text/css" rel="stylesheet"/>


<script src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/buttons/1.5.1/js/dataTables.buttons.min.js"></script>
<script src="//cdn.datatables.net/buttons/1.5.1/js/buttons.flash.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/pdfmake.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/vfs_fonts.js"></script>
<script src="//cdn.datatables.net/buttons/1.5.1/js/buttons.html5.min.js"></script>
<script src="//cdn.datatables.net/buttons/1.5.1/js/buttons.print.min.js"></script>
					
				<?php include("../link/databaseconnection.php");
?>	
					<style>
					body
{
	background-image:url(../image/back3.jpg);
}
.work
{
	min-height:200px;
}
.gap
{
	height:100px;
}
th
{
	text-align:center;
}
					
					</style>
			<script>
			function feesdatanew(form)
			{
				
					$.ajax({
						url:"../code/student_detailscode.php?flag=27",
						type:"POST",
						data:new FormData(form),
						contentType:false,
						processData:false,
						success:function(res){
							alert(res);
							
								$("#editmodel12").modal("hide");
								$("#search").submit();
							
						},
						error:function(){
							alert("error");
						}
					});
				
				return false;
			}
			
			function feeuprow(id)
			{
			     //alert(id);
				$("#editmodel12").modal("show");
				$("#editbody12").load("../code/student_detailscode.php?flag=26&id="+id);
				
			}
			
			
			
			
			function deleterow(id)
			{
				//alert(id);
				var a=confirm("Are you Sure");
				if(a==true)
				{
				$.ajax({
					
					url:"../code/student_detailscode.php?flag=14",
					type:"POST",
					data:{rowid:id},
					
					success:function(res){
						alert(res);
						//$("#modal").html(res);
					$("#modal").load("../code/student_detailscode.php?flag=13");
					
					},
					error:function(){
						alert("error");
					}
					
					
					
					
				});
				}
				
			}
			
			$(document).ready(function(){
				
				
			});
			$(document).ready(function(){
				
				$("#search").submit(function(e){
					e.preventDefault();
					$.ajax({
						url:"../code/student_detailscode.php?flag=31",
						type:"POST",
						data: new FormData(this),
						contentType:false,
						processData:false,
						success:function(res){
							//alert(res);
							
							//$("#modal").html(res);
							window.location.href="feehistory.php"
						},
						error:function(){
							alert("error");
						}
					});
				});
				
			});
			</script>
			
			</head>
<body>
<div class="container-fluid">
		<div class="row">
			<?php include("../link/admin_dashboardmenu .php");?>
		</div>
		<div class="row">
		<!--menu-->
		<div class="col-sm-2">
			<?php include("../link/student_details_side_menu.php");?>
		
		</div>
		<!--menu--close-->
		<div class="col-sm-10">
		
	<div class="panel-group">
    <div class="panel panel-primary">
      <div class="panel-heading"><center><h4>Fees History</h4></center></div>
      <div class="panel-body">
        
	  <div class="row">
	  <form action="feehistory.php" method="post">
	  <div class="col-sm-4">
	  <div class="form-group">
				<label  class="col-sm-4 control-label">Start Date-</label>
				<div class="col-sm-8">
				<script type="text/javascript"src="http://code.jquery.com/jquery-1.9.1.js"></script>
  <script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
  <link rel="stylesheet" href="/resources/demos/style.css"/>
  <script type="text/javascript">
      $(function () {
          $("#datepicker").datepicker({ dateFormat: 'dd/mm/yy' });
         
      });
	  $(function () {
          $("#datepicker1").datepicker({ dateFormat: 'dd/mm/yy' });
         
      });
  </script>
				  <input  type="date"  class="form-control" name="sdate" required>
				</div>
				
				
				
			  </div>
			  </div>
			  <div class="col-sm-4">
	  <div class="form-group">
				<label  class="col-sm-4 control-label">End Date</label>
				<div class="col-sm-8">
				 <input  type="date"  class="form-control" name="edate" required>
				</div>
				
				
				
			  </div>
			  </div>
			   <div class="col-sm-4">
	  <div class="form-group">
				<label  class="col-sm-4 control-label">Email ID</label>
				<div class="col-sm-8">
				 <select class='form-control' name='email' required>
				 
				 <?php 
				 $sel7852="select * from admin_login where   status='' and id>1";
				$res7852=mysqli_query($conn,$sel7852);
				
				 if($user_login=='Admin'){
					 
					 while($row7852=mysqli_fetch_array($res7852,MYSQLI_BOTH))
					 {
					 ?>
					  <option><?php echo $row7852['email']?></option>
					 <?php }?>
				
				 <option>All</option>
				 <?php } else {?>
				 <option><?php echo $lg;?></option>
				  <option>All</option>
				 <?php }?>
				
					</select>
				</div>
				
				
				
			  </div>
			  </div>
			  <input type='hidden' name='all' value='one'   readonly>
			  <div class="col-sm-4">
	  <div class="form-group">
				<label  class="col-sm-2 control-label"></label>
				<div class="col-sm-8">
				  <button class="btn btn-primary">Search</button>
				</div>
				
				
				
			  </div>
			  </div>
	  
	  
	  </div>
	  </form>
	  <br/>
	 <div id="modal"></div>
    </div>
  </div>
  
	  </div>
    </div>
  
</div>
		</div>
		</div>
		<!-- modal for result-->
<div class="modal fade" id="editmodel12">
<div class="modal-dialog"> 
<div class="modal-content"> 
<div class="modal-heading"> 
<button class="close" data-dismiss="modal"> <span> &times; </span> </button>
<center><h2 class="modal-title" style="color:green;background-color:yellow"> Fill Data </h2> </center>
</div>
<div class="modal-body" id="editbody12">


 </div>
<div class="modal-footer"> 



</div>


</div>
</div>


 </div>
		</body>
		</html>

MMCT - 2023