RE: FW: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-09 Thread Christian Sandfeld
gt; > thanks > > John > --- Christian Sandfeld <[EMAIL PROTECTED]> wrote: > Could it realy be that no one knows about this (I can't possibly be the > first to get this idea) ? > > Brgds, > > Christian > > -Original Message- > From: Ch

RE: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-09 Thread Jason Gan
There is a COM spell checker. It happens to cost a lot of money. -Original Message- From: Johan [mailto:[EMAIL PROTECTED]] Sent: Monday, 9 July 2001 5:42 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Spell checking w. PHP in Windows Workaround2: Isn't there any COM-spell check

Re: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-09 Thread Johan
Hi Just an idea... Workaround1: Use exec/system with some command line spell checker? I dunno where to find one, but if using Word and C++ u could make a wrapper for the ActiveX spell checker... Workaround2: Isn't there any COM-spell checker? I belive I've heard something about it, but since I do

RE: FW: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-07 Thread Jason Gan
ay, 7 July 2001 3:23 AM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: Re: FW: [PHP-WIN] Spell checking w. PHP in Windows Christian, I've been curious of this question, and this is what I have found. I think your questions is excellent, especially for the windows

Re: RE: FW: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-07 Thread Adam Allen
ce" then everything will be fine. Adam Allen Data Network Engineer BTexaCT - Original Message - From: John Catron <[EMAIL PROTECTED]> To: sunker <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 8:06 PM Subject: Re: RE: FW: [PHP-WIN] Spell c

[PHP-WIN] Hey Admin! (was: [PHP-WIN] Spell checking w. PHP in Windows)

2001-07-06 Thread Craig Morrison
Is there an admin on this list? While a little latitude in off-topic postings is tolerable, this has gone too far. Wake up, please.. John Catron wrote: > > Gee sunker, do you think that I am stupid enough to > download an attachment with a virus? > --- sunker <[EMAIL PROTECTED]> wrote: > > '

Re: RE: FW: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-06 Thread John Catron
Gee sunker, do you think that I am stupid enough to download an attachment with a virus? I know that I have helped a lot of people out on this list and just one little comment asking people to PLEASE read the manuals before asking on line and this is the thanks I get! I don't know how many times

RE: FW: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-06 Thread John Catron
. > > > Jesse Williams > System Administrator > DowNET VoIP Team > Electronic Data Systems > > > > -----Original Message----- > From: John Catron [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 06, 2001 12:16 PM > To: PHP-WIN > Subject: Re: FW: [PHP-WIN] Spe

Re: FW: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-06 Thread Jesse Williams
Thank you, BTW, everyone, for not calling my stupidity mispelling "spell" as "speel". Mispelling "spell" is certainly a terrible way to make your point on a topic about pspell or aspell. *sigh* Jesse -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-m

Re: FW: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-06 Thread Thomas Davis
o Inc. - Original Message - From: "Jesse S. Williams" <[EMAIL PROTECTED]> To: "John Catron" <[EMAIL PROTECTED]>; "PHP-WIN" <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 9:50 AM Subject: RE: FW: [PHP-WIN] Spell checking w. PHP in Windows >

Re: FW: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-06 Thread Flint Doungchak
Christian, I've been curious of this question, and this is what I have found. I think your questions is excellent, especially for the windows list. - it seems that the PHP-WIN distribution does not have a pspell module (php_pspell.dll) included. With php4win down, I can't tell for sure why... -

RE: FW: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-06 Thread Jesse S. Williams
01 12:16 PM To: PHP-WIN Subject: Re: FW: [PHP-WIN] Spell checking w. PHP in Windows Could it realy be that no one really cares? I thought this was a PHP mailing list, not a Pspell mailing list! I have seen all kinds of special interest questions and MySQL questions that do not pertain directly

Re: FW: [PHP-WIN] Spell checking w. PHP in Windows

2001-07-06 Thread John Catron
get this idea) ? > > Brgds, > > Christian > > -Original Message- > From: Christian Sandfeld [mailto:[EMAIL PROTECTED]] > Sent: 28. juni 2001 12:39 > To: '[EMAIL PROTECTED]' > Subject: [PHP-WIN] Spell checking w. PHP in Windows > > > I have been

[PHP-WIN] Spell checking w. PHP in Windows

2001-06-28 Thread Christian Sandfeld
I have been looking for a while for a way to supply spell checking to the users of my submit forms, and stumbled accross the tutorial at Zend Technologies (http://www.zend.com/zend/spotlight/spellchecking.php?print=1) dealing with this, utilizing the Aspell/Pspell modules. Now, this is all dandy,