<?php // Created on: 13-07-2013 // Include header include "header.php"; echo $succFailMesg; ?> <table border='0' class='pa-nor pa-table'> <tr valign='top'><td>holiday_date</td><td><?php echo $dbObject->getDbField('holiday_date');?> </td></tr> <tr valign='top'><td>holiday</td><td><?php echo $dbObject->getDbField('holiday');?> </td></tr> </table> <?php // Include footer include "footer.php"; ?>