Convert Numbers --> Words [SOLVED]
Posted: Mon Jun 12, 2006 10:06 am
Is there a way to convert the number value that $number has to the word value...
Example:
Example:
Code: Select all
$number = 2;
//Do something to convert it
//Now :
$number = 'Two';