Thread: donation
View Single Post
  #6  
Old 16th October 2012, 03:11
eedu eedu is offline
Member
 
Join Date: Oct 2012
Brazil
Posts: 6
Exclamation Error
Warning: Division by zero in /home/gupix/www/templates/default/template.php on line 98
%
Fair un Don
/------------------------------------------------------/
93 <?php
94 $db = new DB("donation");
95 $db->setColPrefix("donation_");
96 $db->select();
97 $db->nextRecord();
98 $donation = $db->actu*100/$db->max
99
100 ?>
/------------------------------------------------------/
Reply With Quote