Thread: Warning: Division by zero
Results 1 to 1 of 1
Related
-
~ IE Frame Warning ~ Forum: General Discussion
Replies: 0 -
autosurf warning Forum: Website Promotion Forum
Replies: 3 -
Getting Warning message Forum: Website Scripts Forum
Replies: 5
-
11-21-2010, 09:34 PM #1
Warning: Division by zero
Good day I got a warning like this :
Warning: Division by zero in C:\Documents and Settings\LT\report.php on line 122
Warning: Division by zero in C:\Documents and Settings\LT\report.php on line 220
I have this code in line 22:
PHP Code:$yield = ($c_output / $f_input) * 100;
PHP Code:$yield = ($sol_output / $buff_input) * 100;
f_input is = 68.40
so the result should be : 95.27 but on my output is 0.00%
and my sol_output = 0.00
buff_input = 0. 00
and the result is 0.00 % which is correct but why I got this warning.
Thank you
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum