Quote:
Originally Posted by Oblivion Knight
Thanks TECK.. 
Erwin's version just didn't feel right without the MySQL and PHP percentage.. Heh.
|
I get an error division by zero from this two lines in the code, and i can't find out what's wrong.
PHP Code:
$msphp = vb_number_format(((($totaltime - $querytime) / $totaltime) * 100),2) . '% PHP';
$mssql = vb_number_format((($querytime / $totaltime) * 100),2) . '% MySQL';
Please help me