On Mon, 17 Jan 2005 01:07:12 +0200, Dotan Cohen
<[EMAIL PROTECTED]> wrote:
> I am creating an app that will take any word and return an array with all the
> possible ways of spelling it.

PHP has soundex, which may greatly assist in what you are doing:

php.net/soundex

Lots of good examples in the user comments.


-- 
Greg Donald
Zend Certified Engineer
http://destiney.com/

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

Reply via email to