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 ] |
---|
<html> <head> <?php error_reporting(0); include("../link/admin_headconnection.php"); include("../link/databaseconnection.php"); session_start(); $lg=$_SESSION['admin']; if(!$lg) { header("location:../admin/index.php"); } ?> <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"/> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <link href="jq/jquery.dataTables.min.css" type="text/css" rel="stylesheet"/> <link href="jq/buttons.dataTables.min.css" type="text/css" rel="stylesheet"/> <script src="jq/jquery.dataTables.min.js"></script> <script src="jq/dataTables.buttons.min.js"></script> <script src="jq/buttons.flash.min.js"></script> <script src="jq/jszip.min.js"></script> <script src="jq/pdfmake.min.js"></script> <script src="jq/vfs_fonts.js"></script> <script src="jq/buttons.html5.min.js"></script> <script src="jq/buttons.print.min.js"></script> <style> .work { min-height:200px; } .gap { height:100px; } </style> <script> function editrow(id) { //alert(id); $("#editmodel12").modal("show"); $("#editbody12").load("../code/student_detailscode.php?flag=3&id="+id); } function transferrow(id) { //alert(id); $("#editmodel12").modal("show"); $("#editbody12").load("../code/student_detailscode.php?flag=31&id="+id); } function feesrow(id) { //alert(id); $("#editmodel12").modal("show"); $("#editbody12").load("../code/student_detailscode.php?flag=9&id="+id); } //===message==// function messagerow(id) { //alert(id); $("#editmodel12").modal("show"); $("#editbody12").load("../code/student_detailscode.php?flag=7&id="+id); } function slip123(application) { //alert(application); $("#editmodel12").modal("show"); $("#editbody12").load("../code/student_detailscode.php?flag=34&application="+application); } $(document).ready(function(){ $("#myform21").submit(function(e){ e.preventDefault(); $.ajax({ url:"../code/student_detailscode.php?flag=6111", type:"POST", data: new FormData(this), contentType:false, processData:false, success:function(res){ //alert(res); $("#modal").html(res); }, error:function(){ alert("error"); } }); }); }); //== message==/// function deleterow(id) { //alert(id); var a=confirm("Are you Sure"); if(a==true) { $.ajax({ url:"../code/student_detailscode.php?flag=2", type:"POST", data:{rowid:id}, success:function(res){ //alert(res); //$("#modal").html(res); $("#myform21").submit(); }, error:function(){ alert("error"); } }); } } $(document).ready(function(){ //$("#modal").load("../code/student_detailscode.php?flag=1"); }); function updaterow(form) { $.ajax({ url:"../code/student_detailscode.php?flag=4", type:"POST", data:new FormData(form), contentType:false, // for photo upload ke liye hai processData:false, //for photo upload ke liye hai cache:false, success:function(res){ alert(res); if(res=="ok") { $("#editmodel12").modal("hide"); $("#myform21").submit(); } }, error:function(){ alert("error"); } }); return false; } //// function changerow(form) { $.ajax({ url:"../code/student_detailscode.php?flag=32", type:"POST", data:new FormData(form), contentType:false, // for photo upload ke liye hai processData:false, //for photo upload ke liye hai cache:false, success:function(res){ alert(res); if(res=="Transfered") { $("#editmodel12").modal("hide"); } }, error:function(){ alert("error"); } }); return false; } /// function result(id) { $("#editmodel").modal("show"); $("#editbody").load("../code/student_detailscode.php?flag=5&id="+id); } function go() { alert("ok"); $("#editmodel12").modal("show"); } function data(form) { $.ajax({ url:"../code/student_detailscode.php?flag=6", type:"POST", data:new FormData(form), contentType:false, processData:false, success:function(res){ alert(res); if(res=="ok") { $("#editmodel").modal("hide"); } }, error:function(){ alert("error"); } }); return false; } function go(form) { $.ajax({ url:"../code/student_detailscode.php?flag=35", type:"POST", data:new FormData(form), contentType:false, processData:false, success:function(res){ $("#editmodel").modal("hide"); }, error:function(){ alert("error"); } }); return false; } function feesdata(form) { $("#btn").prop("disabled",true); $.ajax({ url:"../code/student_detailscode.php?flag=10", type:"POST", data:new FormData(form), contentType:false, processData:false, success:function(res){ alert(res); $("#editmodel12").modal("hide"); }, error:function(){ alert("error"); } }); return false; } /////// // for check box coding (JAN)///// $("document").ready(function(){ var totalm=0; var fees123=$("#fee").val(); var conv123=$("#conv").val(); $(".option").change(function(){ var m=$(":checkbox").filter(':checked').length; var lem=0; for(i=0;i< m;i++) { lem++; // alert(lem); $("#count").val(lem); } if($(this).prop("checked")==true) { } else { var checkbox = document.getElementsByName('choice[]'); var n = checkbox.length; var lem=0; for(j=0;j< n;j++) { lem++; // alert(lem1); } } }); }); //////// </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>Search Method</h4></center><span><img src="../images/new_icon (1)-3.gif" style="height:20px"></span><a href='duesmonth2.php'><button class="btn btn-danger">Click For All Class</button></a></div> <div class="panel-body"> <div class="row"> <form action='classwiseshow.php' method='POST'> <div class="col-sm-3"> <div class="form-group"> <label class="col-sm-4 control-label">Session-</label> <div class="col-sm-8"> <?php $selc="select * from session"; $resc=mysqli_query($conn,$selc); ?> <select class="form-control" style="font-weight:bold" id="select" name="session" required> <option value=''>--Select--</option> <?php while($rowc=mysqli_fetch_array($resc,MYSQLI_BOTH)) { ?> <option><?php echo $rowc['session'];?></option> <?php } ?> </select> </div> </div> </div> <div class="col-sm-3"> <?php $date=date("M"); // ECHO $date; ?> <div class="form-group"> <label class="col-sm-4 control-label">Class-</label> <div class="col-sm-8"> <?php $selc="select * from subclass"; $resc=mysqli_query($conn,$selc); ?> <select class="form-control" style="font-weight:bold" name="class" required > <option value="" >--Select--</option> <?php while($rowc=mysqli_fetch_array($resc,MYSQLI_BOTH)) { ?> <option value="<?php echo $rowc['subclass'];?>"><?php echo $rowc['subclass'];?></option> <?php } ?> </select> </div> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="col-sm-4 control-label">Section-</label> <div class="col-sm-8"> <?php $selc="select * from section"; $resc=mysqli_query($conn,$selc); ?> <select class="form-control" style="font-weight:bold" id="select" name="section" required> <option value=''>--Select--</option> <?php while($rowc=mysqli_fetch_array($resc,MYSQLI_BOTH)) { ?> <option><?php echo $rowc['section'];?></option> <?php } ?> </select> </div> </div> </div> <div class="col-sm-3"> <div class="form-group"> <label class="col-sm-4 control-label">Select Month -</label> <div class="col-sm-8"> <?php $selc="select * from section"; $resc=mysqli_query($conn,$selc); ?> <select class="form-control" style="font-weight:bold" name="month" required> <option value='1'>APRIL</option> <option value='2'>MAY</option> <option value='3'>JUN</option> <option value='4'>JULY</option> <option value='5'>AUGUST</option> <option value='6'>SEPT</option> <option value='7'>OCT</option> <option value='8'>NOVMBER</option> <option value='9'>DECEMBER</option> <option value='10'>JAN</option> <option value='11'>FEB</option> <option value='12'>MAR</option> </select> </div> </div> </div> <div class="col-sm-3"> <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> <br/> <br/> <div id="show" style="display:none"></div> </div> <!-- modal for result--> <div class="modal fade" id="editmodel"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-heading"> <button class="close" data-dismiss="modal"> <span> × </span> </button> <center><h2 class="modal-title" style="color:green;background-color:yellow"> Load Data </h2> </center> </div> <div class="modal-body" id="editbody"> </div> <div class="modal-footer"> </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> × </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> </form> </div> </body> </html>