Is there a command within PHP that would convert numbers to words:

echo "1";

# 1 appears on screen

echo command('1');

# one appears on screen --- what would the command be?

Ron

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to