On Mon,  6 Aug 2001 12:02, Justin French wrote:
> Hi,
>
> I know this is a biggie, but has anyone attempted to write a
> spell check (preferably english) in PHP?
>
> I'd LOVE something that can spell-check user-submitted text
> somehow, becuase I'm writing a fully dynamic news-based site,
> and the only downfall to the site could be bad content, since
> it's being supplied by writers world-wide, submitted dynamically.
>
> My other option is to have an editor approve each article
> before publishing, but I thought i'd at least ASK if nyone's
> attempted it.
>
> Justin French

You can configure support for aspell at compile time.
>From configure --help

--with-aspell[=DIR]     Include ASPELL support.

And the functions available:

http://au2.php.net/manual/en/ref.aspell.php

Maybe something there will do what you want.

-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   Not a computer nerd; merely a techno-weenie.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to