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