I know, I know, Hotscripts.
The ones listed there keep coming up with requirements that "aspell" be a part of your php system and that you have aspell and the appropriate dictionary. Well, phpinfo() shows me "-with-aspell" is present in the php compiler line, but when I go to the aspell site, I get the impression that aspell itself is part of the server. (So how can I "have" it?)
The two requirements are listed separately, tho. (The compiler issue and "having aspell and the dictionary.") So, I don't know what to make of it. Therefor two questions:
1. What, and where, the heck is "aspell"?
2. What spellcheckers have you used that you like?
Spellchecker for php apps?
Moderator: General Moderators
Ideally, you want to look for the --with-pspell directive. Aspell is still supported, but is deprecated. Look in the manual for more: http://www.php.net/aspell
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- Bill H
- DevNet Resident
- Posts: 1136
- Joined: Sat Jun 01, 2002 10:16 am
- Location: San Diego CA
- Contact:
Sorry, my question was a little vague, and upon revisiting one of the spallcheckers the requirements are even more confusing because it wants both of them.
I think I knew that the compiler directive compiled the library in, I was more asking if aspell itself was a separate component that used the library, as is implied by the requirement for the spellchecker being shown in this manner:
I would like to add a spellchecker for a <textarea>, but....
I think I knew that the compiler directive compiled the library in, I was more asking if aspell itself was a separate component that used the library, as is implied by the requirement for the spellchecker being shown in this manner:
I know, the register_globals is insecure, but my host has it set that way anyway. So I am meeting 0 and 2, but have no idea how to check 1 or to comply with it if I am not presently compliant. When I go to the aspell site it discusses compiler directives.0.register_globals set ON
1.aspell with appropriate dictionary
2.PHP with pspell compiled in
I would like to add a spellchecker for a <textarea>, but....