Put print_r($rounded);
after the loop. And $rounded = round($totalMinus, 3);
too, I guess.
6
solved How do I get the last value only from WHILE loop?
Put print_r($rounded);
after the loop. And $rounded = round($totalMinus, 3);
too, I guess.
6
solved How do I get the last value only from WHILE loop?