$tax = 1.06;$subtotal = 10.94;$total = $tax + $subtotal;$fmt_total = sprintf ("%0.2f", $total);echo "$fmt_total";?>