RE: [PHP] Spell checker in PHP

2004-01-29 Thread Gryffyn, Trevor
or die ("Unable to Name");; $mappoint->Visible = 1; You should be able to do similar things with almost all the latest Microsoft applications, even if they don't have an obvious VBA editor built in like Access and Excel do. -TG > -Original Message----- > From: Alex

Re: [PHP] Spell checker in PHP

2004-01-29 Thread Alex King
Justin, I don't know what version of Word you have, but XP seems to do fine with correcting city names. Alex "Justin French" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Saturday, January 10, 2004, at 06:57 AM, Robin Kopetzky wrote: > > > Good afternoon! > > > > I know aspel

Re: [PHP] Spell checker in PHP

2004-01-11 Thread Justin French
On Saturday, January 10, 2004, at 06:57 AM, Robin Kopetzky wrote: Good afternoon! I know aspell and pspell are available but pspell won't work in my Windows environment. Does anyone know how to tie into Word's spell checker using php or another spell check option? What I need is a way to check

Re: [PHP] Spell checker in PHP

2004-01-09 Thread David O'Brien
I used system call to a dos spell checker program from here http://fmg-www.cs.ucla.edu/fmg-members/geoff/ispell.html#ftp-sites using the places2k.txt file from the US census as the dictionary http://www.census.gov/geo/www/gazetteer/places2k.html -Dave At 02:57 PM 1/9/2004, Robin Kopetzky wrote

RE: [PHP] Spell checker in PHP

2004-01-09 Thread Vail, Warren
ce you are on windows. good luck, Warren Vail -Original Message- From: Robin Kopetzky [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 11:58 AM To: PHP General Subject: [PHP] Spell checker in PHP Good afternoon! I know aspell and pspell are available but pspell won't wor

[PHP] Spell checker in PHP

2004-01-09 Thread Robin Kopetzky
Good afternoon! I know aspell and pspell are available but pspell won't work in my Windows environment. Does anyone know how to tie into Word's spell checker using php or another spell check option? What I need is a way to check spelling on city/state names and select the most appropriate if the u