Forum Moderators: coopster

Message Too Old, No Replies

Looking for PHP/Mysql Spell

         

BlackRaven

5:13 am on Jan 3, 2006 (gmt 0)

10+ Year Member



I am looking for a spell checking script thats uses php and a mysql db. Does anyone know of one? THanks

chriswragg

7:40 pm on Jan 3, 2006 (gmt 0)

10+ Year Member



Don't know of a specific script, but you may want to look at the pspell functions [uk2.php.net]. This module has to be added onto PHP, so it may not be suitable for you.

BlackRaven

10:07 pm on Jan 3, 2006 (gmt 0)

10+ Year Member



thanks chriswragg, unfortunately my web host does not have the function enabled on the plan that i am on. So i guess i stuck with a php/mysql solution. I did do some searching and did find a phpbb spell checker that uses a text file for storage. I am currently in the process of porting that over to my custom CMS.