Server IP : 178.16.136.84 / 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 ] |
---|
<?php $id=$_REQUEST['flag']; include("../link/databaseconnection.php"); $sel="select * from registration where application ='$id' order by id desc"; $res=mysqli_query($conn,$sel); $row=mysqli_fetch_array($res,MYSQLI_BOTH); $sel12="select * from certificate where application ='$id' order by id desc"; $res12=mysqli_query($conn,$sel12); $row12=mysqli_fetch_array($res12,MYSQLI_BOTH); ?> <html> <head> <script src="../js/jquery-3.2.1.min.js"></script> <!--jquery--> <script> $(document).ready(function(){ $("#pay").click(function(){ window.location.href='bil.php'; }); }); $(document).ready(function(){ $("#print").click(function(){ $("#pay").css("visibility","hidden"); $("#back").css("visibility","hidden"); $("#print").css("visibility","hidden"); window.print(); // window.location.href='registration.php'; }); $("#back").click(function(){ window.location.href='registration.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/logo.png" height="140px" width="140px"/></span></td><td align="center"><span id="name" colspan="2" style="font-size:32px;font-weight:bold">PACIFIC PUBLIC SCHOOL CHARGAWAN- GORAKHPUR</span><br/><br/><br/><span id="name1" style="font-size:25px">Gauspur Nizamabad- Azamgarh</span></td> </tr> </table> <table cellspacing="0" width="100%" border="1px"> <caption style="font-size:30px;font-weight:bold">TRANSFER CERTIFICATE</caption> <tr> <td width="30%"><span id="name2">Scholar Number</span></td><td width="60%"><span id="name3" style='font-weight:bold'><?php echo $row['application'];?></span> <span style="font-weight:bold"><?php echo $row ['mediam'];?></span></td><td align="right" rowspan="3"width="10%"><span><img src="../code/img/<?php echo $row['picture'];?>" height="150" ></span></td> </tr> <tr> <td width="30%"><span id="name2">Student Name</span></td><td width=""><span id="name3" style='font-weight:bold'><?php echo $row['name'];?></span></td> </tr> <tr> <td width="30%"><span id="name2"> Father Name</span></td><td><span id="name3" style='font-weight:bold'><?php echo $row['fname'];?></span></td> </tr> </table> <table cellspacing="0" width="100%" border="1px"> <tr> <td width="30%"><span id="name2">Mother Name</span></td><td width="30%"><span id="name3" style='font-weight:bold'><?php echo $row['mname'];?></span></td><td width="20%"><span id="name2">Adhar Card</span></td><td width="20%"><span id="name3" style='font-weight:bold'><?php echo $row['adhar'];?></span></td> </tr> <tr> <td width="30%"><span id="name2">Gender</span></td><td width="30%"><span id="name3" style='font-weight:bold'><?php echo $row['gender'];?></span></td><td width="20%"><span id="name2"> School's Name</span></td><td width="20%"><span id="name3" style='font-weight:bold'>Maharshi Dattatrey School Nizamabad Azamgarh</span></td> </tr> <tr> <td width="30%"><span id="name2">Minority</span></td><td width="30%"><span id="name3" style='font-weight:bold'><?php echo $row['minority'];?></span></td><td width="20%"><span id="name2">Category</span></td><td width="20%"><span id="name3" style='font-weight:bold'><?php echo $row['caste'];?></span></td> </tr> <tr> <td width="30%"><span id="name2">Date Of Birth</span></td><td width="30%"><span id="name3" style='font-weight:bold'><?php echo $row['dob'];?></span></td><td width="20%"><span id="name2">Class</span></td><td width="20%"><span id="name3" style='font-weight:bold'><?php echo $row['subject'];?></span></td> </tr> <tr > <td colspan='4'><span id="name3"><span style='font-weight:bold'>Address - </span>Vill - <?php echo $row['village'];?> , Postoffice -  <?php echo $row['postoffice'];?> , Dist. -  <?php echo $row['dist'];?> , State -  <?php echo $row['state'];?> , Mobile -  <?php echo $row['mobile'];?> , Pincode -  <?php echo $row['pincode'];?></span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Date of first Admission in the School with Class - </span>  <span style='font-weight:bold'><?php echo $row12['first_date'] ;?></span>     <span style='font-weight:bold'><?php echo $row12['first_class'] ;?></span></span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Date of Birth - </span>  <span style='font-weight:bold'><?php echo $row['dob'] ;?></span> </span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Class in which the Student Last Studies - </span>  <span style='font-weight:bold'><?php echo $row12['lost_class'] ;?></span> </span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >School/Board Annual Examination Last taken with Result - </span>  <span style='font-weight:bold'><?php echo $row12['exam_month'] ;?></span>   <span style='font-weight:bold'><?php echo $row12['lost_session'] ;?></span>   <span style='font-weight:bold'><?php echo $row12['result'] ;?></span> </span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Whether Qualified for Promotion the Higher Class - </span>  <span style='font-weight:bold'><?php echo $row12['promotion'] ;?></span>    <span style='font-weight:bold'><?php echo $row12['promotion_class'] ;?></span> </span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Month upto (which the Student has Paid)School dues are Paid - </span>  <span style='font-weight:bold'><?php echo $row12['exam_month'] ;?></span>   <span style='font-weight:bold'><?php echo $row12['lost_session'] ;?></span> </span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Any Fee Concession available of : if so, the nature of such concession - </span>  <span style='font-weight:bold'><?php echo $row12['consession'] ;?></span> </span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Total No. of working Days - </span>  <span style='font-weight:bold'><?php echo $row12['working_days'] ;?></span></span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Total No. of working Days Present - </span>  <span style='font-weight:bold'><?php echo $row12['working_days_present'] ;?></span></span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Games Played or Extra Curricular activities in which the student usually took part(Mention achievement level there in ) - </span>  <span style='font-weight:bold'><?php echo $row12['game'] ;?></span></span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >General Conduct - </span>  <span style='font-weight:bold'><?php echo $row12['conduct'] ;?></span></span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Date of Issue of Certificate - </span>  <span style='font-weight:bold'><?php echo $row12['issue_date'] ;?></span></span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Reasons for the leaving the School - </span>  <span style='font-weight:bold'><?php echo $row12['leaving_reason'] ;?></span></span></td> </tr> <tr > <td colspan='4'><span id="name3"> <span >Any Other Remarks - </span>  <span style='font-weight:bold'><?php echo $row12['remark'] ;?></span></span></td> </tr> </table> <table width="100%" frame="border" > <tr align="center"> <td width="35%" ><span id="name3" style='font-weight:bold'>Signature Of <br/> <i>Class teacher :</i></span></td><td width="30"><span style='font-weight:bold'> Checked By <br/> <i>State Full Name and designation :</i></span></td><td width="35%"><span id="name3" style='font-weight:bold'>Checked By <br/><i>Principal :</i></span><br/><br/><br/><br/></td> </tr> </table> <br/> <button id="print" style="margin-left:500px;" >Print</button> </body> </html>