Daily Archive: April 10, 2010

Number to words in php

NumbWordter is a number to word converter class written in php. This class will be useful to display numbers as words. Usage: $converter=new NumbWordter(); echo $converter->convert(1823912); // echoes – One million, eight hundred and twenty...

error: Uh oh ...