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 trip
From: * R&zE: <[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 (stup
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 And Th
3 matches
Mail list logo