Spell Checker w/PHP

I have a couple of forms where I'd like to introduce a spell checker.
Is there a 'favorite', or best practice way of doing this for
PhP/MySQL/Apache on a Windows system? The areas that I'd like to
offer spellchecking are text boxes, textarea type fields, etc.
cjo [ Di, 19 Juni 2007 07:58 ] [ ID #1742053 ]

Re: Spell Checker w/PHP

cover wrote:

> I have a couple of forms where I'd like to introduce a spell checker.

http://www.php.net/pspell

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 115 days, 15:11.]

dict, thes & ency
http://tobyinkster.co.uk/blog/2007/06/18/dict-thes-ency/
Toby A Inkster [ Di, 19 Juni 2007 09:27 ] [ ID #1742055 ]

Re: Spell Checker w/PHP

cover wrote:

> I have a couple of forms where I'd like to introduce a spell checker.

http://www.php.net/pspell

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 115 days, 15:11.]

dict, thes & ency
http://tobyinkster.co.uk/blog/2007/06/18/dict-thes-ency/
Toby A Inkster [ Di, 19 Juni 2007 09:27 ] [ ID #1742081 ]

Re: Spell Checker w/PHP

On 19.06.2007 07:58 cover wrote:
> I have a couple of forms where I'd like to introduce a spell checker.
> Is there a 'favorite', or best practice way of doing this for
> PhP/MySQL/Apache on a Windows system? The areas that I'd like to
> offer spellchecking are text boxes, textarea type fields, etc.

Modern browsers have spellcheck function built in, so that's no point
re-programming it in php.

--
gosha bine

extended php parser ~ http://code.google.com/p/pihipi
blok ~ http://www.tagarga.com/blok
gosha bine [ Di, 19 Juni 2007 11:49 ] [ ID #1742091 ]
PHP » alt.php » Spell Checker w/PHP

Vorheriges Thema: Routine for solving linear n-dimensinal equations
Nächstes Thema: path specification on Windows Servers