Current File : /home/inlingua/www/noida/icentex/admin_cert/ingl_student.view.php
<?php
// Copyright, Panalink Infotech Limited. Created on: 27-11-2010

// Include header
include "header_cert.php";
?>
<h3>&nbsp;&nbsp;&nbsp;Fd Admin</h3>
<div id="contentnew">
<?php

echo '<h4>'.$succFailMesg.'</h4>'; 
?>

<table border='1' class='pa-nor' width="100%" cellpadding="3" cellspacing="0">
<tr valign='top'><td>Student name</td><td><?php echo $dbObject->getDbField('studentName');?>&nbsp;</td></tr>
<tr valign='top'><td>Course ID</td><td><?php echo $dbObject->getDbField('ccourseid');?>&nbsp;</td></tr>
<tr valign='top'><td>Login</td><td><?php echo $dbObject->getDbField('login');?>&nbsp;</td></tr>
<tr valign='top'><td>Password</td><td><?php echo $dbObject->getDbField('password');?>&nbsp;</td></tr>
<tr valign='top'><td>Create Date</td><td><?php echo $dbObject->getDbField('createDate');?>&nbsp;</td></tr>
</table>

</div>
<div style="margin-top:120px">&nbsp;</div>
<?php
// Include footer
include "footer_cert.php";
?>