Does anyone know of a way to implement a spell checking facility on PHP message boards without having to copy a dictionary into a text file?
I mean, it could probably be done with a text file, if I had a lot of spare time and users didn't mind waiting for the checking file to execute.
Its just a guess, but checking every word against a big text file would result in long execution times.
Thanks!