I am extremely new to PHP. I am trying to get a php spell checker on a web site. I decided to use pspell which says it needs the aspell library. So i downloaded a windows installer and ran it and it installs aspell under program files. I have no idea how to install it to work with my php code. Can someone help me?
Thanks
Mike

    From [man]pspell[/man] Manual page.

    Note to Win32 Users: win32 support is available only in PHP 4.3.3 and later versions. Also, you must have aspell 0.50 or newer installed. In order to enable this module under Windows, you must copy aspell-15.dll from the bin folder of your aspell installation to a folder where PHP will be able to find it. C:\PHP or the SYSTEM32 folder of your windows machine (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32) are good choices.

    Hope that helps.

      2 years later

      Hi guys

      When I try that I get this error:

      PHP Startup: Unable to load dynamic library 'C:\Program Files\xampp\php\ext\php_pspell.dll' - The operating system cannot run %1

      Any help?

        Write a Reply...