Nr. | '.$l["info_table1"].' | '.$l["info_records"].' | '.$l["info_size"].' | '.$l["info_lastupdate"].' |
';
$last_update="2000-01-01 00:00:00";
for ($i = 0; $i < $numrows; $i++)
{
$row = mysql_fetch_array($res);
echo ''.($i+1).' | '.$row[Name].' | '.number_format($row[Rows],0,",",".").' | '.number_format($row[Data_length]+$row[Index_length],0,",",".").' Bytes | '.$row[Update_time].' |
';
if(strtotime($row[Update_time])>strtotime($last_update)) $last_update=$row[Update_time];
$s1=$s1+$row[Rows];
$s2=$s2+$row[Data_length]+$row[Index_length];
}
echo ''.$l["info_sum"].' | '.number_format($s1,0,",",".").' | '.number_format($s2,0,",",".").' Bytes | '.$last_update.' |
';
echo '
';
}
$edb=$l["info_emptydb1"].' `'.$dbname_a[$dbid].'` '.$l["info_emptydb2"];
$kdb=$l["info_emptydb1"].' `'.$dbname_a[$dbid].'` '.$l["info_killdb"];
echo '