Web Hosting Talk







View Full Version : Comparing a list against a dictionary


JetServers
06-13-2004, 10:44 PM
I want to input a list of words in a form and find out if the word is a valid dictionary word and download or copy/paste the result out. In PHP. I've looked at some spell checking stuff to try and get an idea but I'm too dumb yet. :)

Thanks,
-Joe

Burhan
06-14-2004, 04:13 PM
If you have pspell compiled in, you can use pspell_check() (http://www.php.net/manual/en/function.pspell-check.php).