PHP money_format() May 22, 2012 Pramod T P It formats a number as a currency string Example <?php echo money_format(1234.56,2); ?> Output 1234.56