RE: [PHP] Aspell Function

2001-01-23 Thread Matt Stone
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

RE: [PHP] Aspell Function

2001-01-23 Thread Matt Stone
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

Re: [PHP] Aspell Function

2001-01-23 Thread Josh G
<[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 :| > >

RE: [PHP] Aspell Function

2001-01-23 Thread Matt Stone
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

[PHP] Aspell Function

2001-01-23 Thread Matt Stone
Hi, I am trying to run this code from the manual but with no success: 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 chan