Possible Duplicate:
Is there an easy way to convert a number to a word in PHP?
I want to ask, for example, there is a price to 110 000 the number format as the result of the conversion to a string to be "one hundred and ten thousand". how the coding for php?
eg.
$price = 110000;
$price_string = "one hundred and ten thousand"
please help me. thank you