function amountView($data) { return number_format($data, 2, '.', ','); } echo amountView("42504"); // 42,504.00