global $total;
if($total==0){ echo "<tr><td>Sepetiniz Boş</td></tr>"; }else{ echo 'Toplam: '.number_format($total, 2); } global $total;