PK

ADDRLIN : /home/anibklip/vpgldh.com/vpgambala18/webmanager/
FLL :
Current File : /home/anibklip/vpgldh.com/vpgambala18/webmanager/certificate-up.php

<?php 
	include "templatic/head.php"; 
	include "templatic/header.php";
?>
<div class="box">
<h2>Certificate Complete</h2>
<div style="padding:0px 10px;">

<?PHP
$certypo = $_POST['certypo'];


include "certificate_update_qr.php";

?>


<!-- Lets display some kewl stuff now -->
<table align="center" width="100%" border="0">
<tr><td colspan='3' align="center"><br/>
<b>Certificated Sucessfully Updated<br/><br/></b><br/><br/>
</td></tr>
<tr>
<td align="center">
<form action="print/form_print.php" target="_blank" method="get">
<input type="hidden" name="id" value="<?php echo $_POST['certificateno']; ?>">
<input type="submit" value="Print Certificate"></form>
</tr>
</table>
<!-- Lets display some kewl stuff now -->


</div></div>
<?php
	include "templatic/footer.php";
?>


PK 99