Spell Checker w/PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cover

    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.
  • Toby A Inkster

    #2
    Re: Spell Checker w/PHP

    cover wrote:
    I have a couple of forms where I'd like to introduce a spell checker.


    --
    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

    Comment

    • gosha bine

      #3
      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

      Comment

      Working...