Page 1 of 1

Convert Numbers --> Words [SOLVED]

Posted: Mon Jun 12, 2006 10:06 am
by tecktalkcm0391
Is there a way to convert the number value that $number has to the word value...

Example:

Code: Select all

$number = 2;
//Do something to convert it 
//Now :
$number = 'Two';

Posted: Mon Jun 12, 2006 11:30 am
by litebearer

Posted: Mon Jun 12, 2006 12:42 pm
by tecktalkcm0391
thanks!