aspell

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dipit
Forum Newbie
Posts: 12
Joined: Thu Apr 08, 2004 2:36 am
Location: india
Contact:

aspell

Post by dipit »

Hello to all gurus of php
I want spell check in my php code.

I had down loaded setup file http://aspell.net/win32/aspell-en-0.50-2-3.exe.
Now what to do next?


plz help me
dipit
User avatar
Bill H
DevNet Resident
Posts: 1136
Joined: Sat Jun 01, 2002 10:16 am
Location: San Diego CA
Contact:

Post by Bill H »

I didn't have much success using aspell, but am using PHPSpell.
It was quite easy to install and implement, but does require a MySQL database.
http://www.master-technology.com/demos/spell/index.php
Post Reply