Re: [PHP] numeric to word function

2002-09-13 Thread Tom Rogers
Hi, Friday, September 13, 2002, 12:37:41 AM, you wrote: rhc> Hi.. rhc> anyone know any function to convert numeric values to word.. rhc> something like this: 1252 -->> one thousand two hundred and fifty two rhc> Thanks... Here it is without the typo :) class num_to_text { var $mode;

Re: [PHP] numeric to word function

2002-09-13 Thread Tom Rogers
Hi, Friday, September 13, 2002, 12:37:41 AM, you wrote: rhc> Hi.. rhc> anyone know any function to convert numeric values to word.. rhc> something like this: 1252 -->> one thousand two hundred and fifty two rhc> Thanks... Here is a class that will get you started :) class num_to_text {