<?php $input = '275,590'; $arr = explode(',',$input); $f = new NumberFormatter("en", NumberFormatter::SPELLOUT); echo $f->format($arr[0]).' dinar and '.$f->format($arr[1]).' millimes ';
You have javascript disabled. You will not be able to edit any code.