Jump to content

[SOLVED] Division by zero


Monkuar

Recommended Posts

I Keep getting Division by zero when i visit my Store in my forums.. :)

 

here's the code and error line:

 

ERROR:

 

Warning: Division by zero in C:\xampp\htdocs\forums\sources\functions.php on line 1005

 

Warning: Division by zero in C:\xampp\htdocs\forums\sources\functions.php on line 1007

 

 

CODE LINES:

 

if ( ($data['TOTAL_POSS'] % $data['PER_PAGE']) == 0 )

        {

            $work['pages'] = $data['TOTAL_POSS'] / $data['PER_PAGE'];

        }

Link to comment
https://forums.phpfreaks.com/topic/157655-solved-division-by-zero/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.