Databases

Thanks for signing up. This interface is nearly ready. We will e-mail you as soon as this portion of the site is ready.

- The MIT SQL Team

getBytes(); $usage = $bytes['nBytes']; $total = $bytes['nBytesHard']; foreach($myDBs as $db) { echo ''; } if ($total>0) $percentage = $usage/$total; else $percentage = 0; echo printBar($percentage, 'TOTAL', sprintSize($usage).' / '.sprintSize($total)); ?>
'; $usage += $db['nBytes']; if ($total>0) $percentage = $db['nBytes']/$total; else $percentage = 0; echo printBar($percentage, $db['Name'], sprintSize($db['nBytes'])); echo ''; echo ''; echo '