Hi,
I have a problem with the spell checking. So for spell checking i am using the pspell functions .
i have intstalled the aspell dictonary using aspell installer.
made changes in php.ini file
i added the extension=php_pspell.dll but still i get the following error
Fatal error: Call to undefined function: pspell_new() in c:\inetpub\wwwroot\Test\spellchk\spell.php on line 2
PHP Warning: Unknown(): Unable to load dynamic library '../php_pspell.dll' - Access is denied. in Unknown on line 0
my PHP version ois 4.3.0
can any one help to solve this problem