zohab Posted June 30, 2009 Share Posted June 30, 2009 Hi, I want to implement spell check implementation in text area. How can i do it? any idea? I have "Comments" textarea on my site. When user enter comments and he/she do the spelling mistake then spelling mistake should be check. Quote Link to comment https://forums.phpfreaks.com/topic/164229-spell-check-implementation-in-textarea-and-html-area/ Share on other sites More sharing options...
patrickmvi Posted June 30, 2009 Share Posted June 30, 2009 You can try using one of these WYSIWYG packages which have spell check functionality either built-in or available via a plugin. FCK Editor - http://www.fckeditor.net/ Tiny MCE - http://tinymce.moxiecode.com/ Note: the spell checking functionality used by these editors usually involves a good amount of server-side configuration to get going. Quote Link to comment https://forums.phpfreaks.com/topic/164229-spell-check-implementation-in-textarea-and-html-area/#findComment-866271 Share on other sites More sharing options...
Adam Posted June 30, 2009 Share Posted June 30, 2009 You could also look into Aspell. As patrickmvi said though they take some configuration, which isn't always possible with some shared hosting plans. Quote Link to comment https://forums.phpfreaks.com/topic/164229-spell-check-implementation-in-textarea-and-html-area/#findComment-866279 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.