Thread: donation
View Single Post
  #8  
Old 20th October 2013, 19:58
LeeHowarth LeeHowarth is offline
TT
 
Join Date: Nov 2008
Posts: 100
Default
Code:
$donation = 0;
if ( $db -> actu > 0 )
{
     $donation = $db -> actu * 100 / $db -> max;
}
May work...
Reply With Quote