i have this <?php echo $total; ?>
now total = 10000 but I want it to print 10,000 with the ,
how can i do this??
You could use printf() or number_format()