Arghh!! Is aspell even supported on windows 2k?

-----Original Message-----
From: Matt Stone [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 24 January 2001 1:06 PM
To: Josh G; PHP User Group
Subject: RE: [PHP] Aspell Function


I had to download a the aspell library :)

-----Original Message-----
From: Josh G [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 24 January 2001 1:03 PM
To: PHP User Group
Subject: Re: [PHP] Aspell Function


And the answer was?

Gfunk         -          http://www.gfunk007.com/

I sense much beer in you. Beer leads to intoxication, intoxication to
hangovers, and hangovers to... suffering.


----- Original Message -----
From: "Matt Stone" <[EMAIL PROTECTED]>
To: "Matt Stone" <[EMAIL PROTECTED]>; "PHP List"
<[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 2:02 PM
Subject: RE: [PHP] Aspell Function


> Ahh... found the answer :) So much for the PHP doc, it didnt say anything
> about what i needed, I had to use the Zend one :|
>
> -----Original Message-----
> From: Matt Stone [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 24 January 2001 12:54 PM
> To: PHP List
> Subject: [PHP] Aspell Function
>
>
> 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]
>
>
>
> --
> 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]
>


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



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



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