|
Server IP : 2a02:4780:11:1359:0:1d43:a566:2 / Your IP : 216.73.216.20 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/ppsj/css/../admin/temp/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
$id=$_REQUEST['flag'];
include("../link/databaseconnection.php");
$sel="select * from registration where id ='$id'";
$res=mysqli_query($conn,$sel);
$row=mysqli_fetch_array($res,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 colspan='3'><span><img src="../images/bn13.jpg" height="140px" width="100%"/></span></td>
</tr>
</table>
<table cellspacing="0" width="100%" border="1px">
<caption style="font-size:30px;font-weight:bold">Bonofide Certificate (<?php echo $row['session'];?>)</caption>
</table>
<table cellspacing="0" width="100%" border="1px">
<tr>
<td colspan='7' style='font-size:19px;margin-left:39px'><span id="name4">
<br/><br/>
<p>This is to confirm that __________<span style='font-weight:bold'><?php echo $row['name'];?></span>________ <br/><br/>Son/Daughter of ____<span style='font-weight:bold'><?php echo $row['fname'];?></span>______<br/><br/>is a bonafide student of Class _____<span style='font-weight:bold'><?php echo $row['subject'];?></span>________.<br/><br/>
His/Her General Register No. is ______<span style='font-weight:bold'><?php echo $row['sr'];?></span>_________ . <br/><br/> His/Her Date of birth as per the School Record is ______<span style='font-weight:bold'><?php echo $row['dob'];?></span>_______<br/><br/>in our school the year ____<span style='font-weight:bold'><?php echo $row['session'];?>.___ </span>
</p>
<p></p>
</span><br/><br/></td>
</tr>
<tr>
<td colspan='4' style='font-size:19px;margin-left:39px' border="0px" ><span id="name4">
<br/>
Date : <?php echo date('d-M-Y');?><br/><br/>
</span></td>
<td colspan='3' style='font-size:19px;margin-left:39px' style="border:none" align='center' ><span id="name4">
<br/><br/><br/><br/><br/><br/>
Signature of Principal with Stamp <br/><br/>
</span></td>
</tr>
</table>
<br/>
<button id="print" style="margin-left:500px;" >Print</button>     
</body>
</html>