-1

Currently I am using Spellify for my project but its creating problem in ie7 and some people don't like pressing ignore every time. i have checked aspell and pspell. Can any one please suggest better spell checking utility with PHP.

or something like one time spell checking. once form is filled before submitting it ask for spell check and call spell checker at this time not while they are typing.

any help much appriciated.

any open source or free.

Many thanks

henna
  • 368
  • 3
  • 13

3 Answers3

4

PHP has an extension called Pspell:

http://www.php.net/manual/en/book.pspell.php

Which is free and open source.

Petah
  • 45,477
  • 28
  • 157
  • 213
2

You may use spell checking library such as

Ruwantha
  • 2,603
  • 5
  • 30
  • 44
-2

At last i found what i was looking for.

http://www.broken-notebook.com/spell_checker/

Really thanks to all people who has given their inputs.

henna
  • 368
  • 3
  • 13