Current File : /home/inlingua/www/noida/icentex/certificate_download_middle.php
<?php
session_start();
ob_start();
include "header.php";
?>
<h3>Download...</h3>
<a href='<?php echo $_SESSION[Page]; ?>' target="_blank" class="submit1" style="text-decoration:none;">Download Certificate</a>




<?php
include "footer-certificate.php";
?>