[PHP] number to word converter

2001-08-31 Thread Carry Ian
Hello, can anybody suggest me where could i get a script to convert a integer value to a phrase. for eg. 135 to One Hundred And Thirty Five thanks in advance. carry -- Get real

Re: [PHP] number to word converter

2001-08-31 Thread * RzE:
Original message From: Carry Ian [EMAIL PROTECTED] Date: Fri, Aug 31, 2001 at 12:36:20PM +0200 Message-ID: [EMAIL PROTECTED] Subject: [PHP] number to word converter Hello, can anybody suggest me where could i get a script to convert a integer value to a phrase. for eg. 135 to One Hundred

Re: [PHP] number to word converter

2001-08-31 Thread * RzE:
Original message From: * RzE: [EMAIL PROTECTED] Date: Fri, Aug 31, 2001 at 02:03:06PM +0200 Message-ID: [EMAIL PROTECTED] Subject: Re: [PHP] number to word converter Oh... btw... It works uptil 99. So you can convert everything between 1 and 99. Zero (0) cannot be converted (stupid

Re: [PHP] number to word converter

2001-08-31 Thread Hugh Bothwell
Here is a slightly more readable number-to-English converter. It will deal with negative numbers and recognizes zero; it's table-driven, so it shouldn't be too hard to convert to other languages. It will convert anything in +/- 10^30. This should be pretty comprehensive; if not, extend the