<?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');?> </td></tr> <tr valign='top'><td>status</td><td><?php echo $dbObject->getDbField('status');?> </td></tr> </table> <?php // Include footer include "footer.php"; ?>