Guest User

Untitled

a guest
Oct 11th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $Sumatotal=0;
  2.  
  3.  
  4. for($sum=0; $sum<12; $sum++){
  5. $Sumatotal+=$sumames[$sum];
  6. echo '<td>' . $sumames[$sum].'</td>';
  7.  
  8. }
  9. echo '<td>' .$Sumatotal.'</td>';
Add Comment
Please, Sign In to add comment