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/gsmps/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Author: W3layouts Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ --> <!DOCTYPE html> <html> <head> <!--/tags --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="Instruction Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" /> <script type="application/x-javascript"> addEventListener("load", function () { setTimeout(hideURLbar, 0); }, false); function hideURLbar() { window.scrollTo(0, 1); } </script> <script src="js/jquery-3.2.1.min.js"></script> <?php include("link/databaseconnection.php"); ?> <link href="jq1/jquery.dataTables.min.css" type="text/css" rel="stylesheet"/> <link href="jq1/buttons.dataTables.min.css" type="text/css" rel="stylesheet"/> <!--header part--> <!--work--part--> <head> <style> input { color:black; } </style> <script> $(document).ready(function(){ // $("#show").load("code/student_fees.php?flag=31"); $("#myform").submit(function(e){ e.preventDefault(); $.ajax({ url:"code/student_fees.php?flag=31", type:"POST", data:new FormData(this), contentType:false, processData:false, success:function(res){ // alert(res); $("#show").html(res); }, error:function(){ alert("error"); } }); }); }); </script> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- BootStrap CSS --> </script> <!--//tags --> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" /> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <link href="css/font-awesome.css" rel="stylesheet"> <link rel="stylesheet" href="css/lightbox.css"> <!-- //for bootstrap working --> <link href="//fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700" rel="stylesheet"> <?php include("link/headconnection.php");?> </head> <body> <!-- header --> <?php include("link/header.php");?> <!-- //header --> <!-- gallery --> <div id="content" style="padding-top:50px"> <div id="lab" class=""> <div class="container-fluid"> <div class="row"id="picture"> <h3 class="heading-agileinfo wow animated slideInDown heading-agileinfo" data-wow-duration="1s" >Fee Enquiry</h3></div> <br/> <div class="panel-group"> <div class="panel panel-primary"> <div class="panel-heading"><center><h4>FEE ENQUIRY</h4></center></div> <div class="panel-body"> <form class="form-horizontal" id="myform"> <!--phli row open---> <div class="col-sm-6"> <div class="form-group"> <label class="col-sm-4 control-label">Session <span style="color:red">*</span></label> <div class="col-sm-4"> <select class="form-control" name="session" required> <?php //echo $clas; $sel="select * from session"; $res=mysqli_query($conn,$sel); ?> <option value="">---select---</option> <?php while($row=mysqli_fetch_array($res,MYSQLI_BOTH)) { ?> <option><?php echo $row['session']; ?></option><?php } ?> </select> </div> </div> </div> <!--phli row close---> <!--dusri row open---> <div class="col-sm-6"> <!--dusri row close---> </div> <br/><br/> <div class="row"> <center> <button class="btn btn-success" >Search</button>   </form> </center> </div> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.26/jquery.form-validator.min.js"></script> <script> $.validate({ lang: 'es', modules : 'html5' }); </script> <script> $(document).ready(function(){ $("#chek").change(function(){ if($(this).prop("checked")==true) { $("#show").css("display","none"); $("#btn").prop("disabled",false); } else { $("#show").css("display","inline-block"); $("#btn").prop("disabled",true); } }); }); </script> </div> <script src="js/lightbox-plus-jquery.min.js"> </script> </div> <div id="show"></div> </div> </div> <script src="jq1/jquery.dataTables.min.js"></script> <script src="jq1/dataTables.buttons.min.js"></script> <script src="jq1/buttons.flash.min.js"></script> <script src="jq1/jszip.min.js"></script> <script src="jq1/pdfmake.min.js"></script> <script src="jq1/vfs_fonts.js"></script> <script src="jq1/buttons.html5.min.js"></script> <script src="jq1/buttons.print.min.js"></script> </div> </div> </body> </html>