HEX
Server: Apache
System: Linux sg2plmcpnl492417.prod.sin2.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User: nyiet8349bzl (9207396)
PHP: 8.1.34
Disabled: NONE
Upload Files
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>