tmitch
07-25-2003, 09:47 AM
Hey gang... Has anyone written (or found) a spell-check device that can dynamically check spelling on a form text field? I'm writing a PHP/MySql application with a web interface, and the users are demanding that one of the fields, a large text field, have spell check capability. I would prefer to have a Java or JavaScript app that could dynamically find misspelled words as they are typed (similar to the one used in Microsoft Word), but if there is no such thing, I'll certainly accept a Perl or PHP-based solution that checks the data after it is submitted. I could write it in Perl or PHP, but if there's already a module written for this, I'd rather save myself the work. Any help would be appreciated.