Hi,
I am trying to run this code from the manual but with no success:
<?php
$spellinglink = aspell_new ("english");
if (aspell_check ($spellinglink, "testt")) {
    echo "This is a valid spelling";
} else {
    echo "Sorry, wrong spelling";
}
?>

It returns this error:
Fatal error: Call to undefined function: aspell_new() in
/home/www/htdocs/sunsetstudios/photoscope/test.php on line 2

Is there a module have to enable to use Aspell? Or is there something I have
to change in php.ini? Please help.

--Nanda

_______________________________

This email may contain confidential and/or privileged information for the
sole use of the intended recipient. Any review or distribution by others is
strictly prohibited. If you have received this email in error, please
contact the sender and delete all copies. Opinions, conclusions or other
information expressed or contained in this email are not given or endorsed
by the sender unless otherwise affirmed independently by the sender.

_________________________________


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