In another language I was using I could convert numbers such as 20 to twenty. Is there an easy way to do it in php?
TIA!
If you can't find something pre-written in PHP, the book The Awk Programming Language has a workable example, that should convert to PHP fairly easily.
Thanks for the suggestion. Is there a proper term for this function? I'm trying to search for an example..