File: /home/nyiet8349bzl/Backup/sbc_back/homedir/public_html/old-myadmin/dashboard/dashboard.php
<?php
if (!defined('WEB_ROOT')) {
exit;
}
?>
<div id="ptitle">:: Dashboard </div>
<style>
fieldset{
background-color:lightgrey;
}
legend{
text-align:justify;
background-color:#777;
color:white;
}
</style>
<table border="0" width="100%">
<tr>
<td>
<fieldset><legend><b>Notice Board PDF</b></legend>
<br />
Total PDF Uploaded [ <a href="../mypdf/" > <font size="4px" color="red">
<?php
$sql = "SELECT *FROM mypdf";
$res_order = dbQuery($sql);
$new_order = dbNumRows($res_order);
if ($new_order == 0){echo "0";}else { echo $new_order;}
?></font> </a>
] <br/>
<br />
</fieldset>
</td>
</tr>
</table>
<div id="adj01"></div>