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/temp/../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $id=$_REQUEST['flag']; include("../link/databaseconnection.php"); session_start(); $lg=$_SESSION['admin']; if(!$lg) { header("location:../admin/index.php"); } $selr="select * from registration where id ='$id'"; $resr=mysqli_query($conn,$selr); $rowr=mysqli_fetch_array($resr,MYSQLI_BOTH); $sessionr=$rowr['session']; //echo $sessionr; $applicationr=$rowr['application']; //echo $applicationr; ?> <?php $sel1="select * from studentfees where search ='$applicationr' and year='$sessionr'"; $res1=mysqli_query($conn,$sel1); $row1=mysqli_fetch_array($res1,MYSQLI_BOTH); //$search=$row1['search']; $sel="select * from registration where application ='$applicationr' and session='$sessionr'"; $res=mysqli_query($conn,$sel); $row=mysqli_fetch_array($res,MYSQLI_BOTH); $selb="select * from registration where application ='$applicationr' and session='sessionr' order by id desc"; $resb=mysqli_query($conn,$selb); $rowb=mysqli_fetch_array($resb,MYSQLI_BOTH); $date=date("d/m/Y"); date_default_timezone_set("asia/kolkata"); $time=date("h:i:sa"); $datetime=$date." ".$time; //echo"$app1"; ?> <html> <head> <style> #name2 { font-weight:bold; font-size:12px; } #name3 { font-size:12px; } </style> <script src="../js/jquery-3.2.1.min.js"></script> <!--jquery--> <script> $(document).ready(function(){ $("#print").click(function(){ $("#pay").css("visibility","hidden"); $("#back").css("visibility","hidden"); $("#print").css("visibility","hidden"); window.print(); }); $("#back").click(function(){ window.location.href='student_showfees.php'; }); }); </script> <link href="css/student_print.css" rel="stylesheet" type="text/css"> </head> <body> <table frame="border" width="100%" > <tr> <td><span><img src="../images/logo2.png" height="70px" width="70px"/></span></td><td align="center"><span id="name" style="font-size:20px;font-weight:bold">GLORIOLE CONVENT SCHOOL</span><br/><br/><span id="name1" style="font-size:18px;font-weight:bold">Navodaya Nagar,Jiyanpur- Azamgarh</span></td><td style="font-size:14px"><b>Contact-</b>9450677302<br/>     9450119224<br/><b>Web-</b>gcschool.co.in</td> </tr> </table> <table border="1px;" width="100%" cellspacing="0"> <caption style="font-size:18px;font-weight:bold">Fees Statement <?php echo $row1['year'];?></caption> <tr> <td width="30%"><span id="name2">Scho. Number</span></td><td><span id="name3"><?php echo $row1['search'];?></span></td><td><b>Class</b></td><td><?php echo $row['subject'];?></td><td width="10%"align="right" rowspan="3"><span><img src="../code/img/<?php echo $row['picture'];?>" style="width:100%;" class="img-responsive" ></span></td> </tr> <tr> <td width="30%"><span id="name2">Student Name</span></td><td width="" colspan="3"><span id="name3"><?php echo $row['name'];?></span></td> </tr> <tr> <td width="30%"><span id="name2"> Father Name</span></td><td colspan="3"><span id="name3"><?php echo $row['fname'];?></span></td> </tr> </table> <table border="1px" width="100%" cellspacing="0px"> <tr> <td colspan='15' align="center"><span id="name4" style="font-size:18px;font-weight:bold">Fees Receipt</span></td> </tr> <tr align="center"> <td><span id="name2">Sr.</span></td> <td><span id="name2">Month</span></td> <td><span id="name2" >Month Fee</span></td> <td><span id="name2" >Exam</span></td> <td><span id="name2">Conv</span></td> <td><span id="name2">Main</span></td> <td><span id="name2">Add</span></td> <td><span id="name2">Comp</span></td> <td><span id="name2">Gene</span></td> <td><span id="name2">Ann</span></td> <td><span id="name2">Other</span></td> <td><span id="name2">Con</span></td> <td><span id="name2">Remark</span></td> <td><span id="name2">Pre Dues</span></td> <td><span id="name2">Paid</span></td> <td><span id="name2">Dues</span></td> <td><span id="name2">Date</span></td> </tr> <?php $sum=0; $sum1=0; $remain1=0; $sel2="select * from studentfees where search='$applicationr' and year='$sessionr'"; $res2=mysqli_query($conn,$sel2); while($row2=mysqli_fetch_array($res2,MYSQLI_BOTH)) { $tot=$row2['total']; $paid13=$row2['paid']; $remain12=$row2['remain']; $sum=$tot+$sum; $sum1=$paid13+$sum1; $remain1=$remain12+$remain1; ?> <tr align="center"> <td><span id="name3"><?php echo $row2['id'];?></span></td> <td><span id="name3"><?php echo $row2['month'];?></span></td> <td><span id="name3"><?php echo $row2['fee'];?></span></td> <td><span id="name3"><?php echo $row2['exam'];?></span></td> <td><span id="name3"><?php echo $row2['van'];?></span></td> <td><span id="name3"><?php echo $row2['reg'];?></span></td> <td><span id="name3"><?php echo $row2['addm'];?></span></td> <td><span id="name3"><?php echo $row2['comp'];?></span></td> <td><span id="name3"><?php echo $row2['gen'];?></span></td> <td><span id="name3"><?php echo $row2['ann'];?></span></td> <td><span id="name3"><?php echo $row2['other'];?></span></td> <td><span id="name3"><?php echo $row2['con'];?></span></td> <td ><span id="name3"><?php echo $row2['remark'];?></span></td> <td><span id="name3"><?php echo $row2['pre'];?></span></td> <td><span id="name3"><?php echo $row2['paid'];?></span></td> <td><span id="name3"><?php echo $row2['remain'];?></span></td> <?php $daten=$row2['date']; $date1=date("d-m-Y",strtotime($daten)); ?> <td><span id="name3"><?php echo $date1;?></span></td> </tr> <?php } ?> <tr align="center"> <td colspan="14" style="font-weight:bold;font-size:19px">Sub Total</td><td style="font-weight:bold;font-size:18px"><span id="name3"colspan="2"><?php echo $sum1;?></span></td><td style="font-weight:bold;font-size:18px"><span id="name3"colspan="2"> <?php $sel23="select * from studentfees where search='$applicationr' and year='$sessionr' order by id desc"; $res23=mysqli_query($conn,$sel23); $row23=mysqli_fetch_array($res23,MYSQLI_BOTH); $remain23=$row23['remain']; echo $remain12;?></span></td> </tr> </table> <table width="100%" frame="border" cellspacing="0"> <tr align="center"> <td width="50%" align="left"><span id="name3" style="font-size:15px;font-weight:bold">Datetime</span></td> </tr> <tr> <td width="70%" align="left"><span ><?php echo $datetime;?></span></td><td><br/><br/></td><td width="50%" align="right"><span id="name3" style="font-size:15px;font-weight:bold" align="rightt">Sign Of Received Staff</span></td> </tr> </table> <br/> <br/><br/> <button id="print" style="margin-left:500px;" >Print</button>      <span><button id="back" >Back</button></span> </body> </html>