Current File : /home/inlingua/public_html/faridabad/icentex/admin_cert/ingl_test_instr.view.php
<?php
// Created on: 28-03-2013

// Include header
include "header.php";

echo $succFailMesg; 
?>

<table border='0' class='pa-nor pa-table'>
<tr valign='top'><td colspan='2'>instr:<br><?php echo $dbObject->getDbField('instr');?>&nbsp;</td></tr>
<tr valign='top'><td>status</td><td><?php echo $dbObject->getDbField('status');?>&nbsp;</td></tr>
</table>



<?php
// Include footer
include "footer.php";
?>