FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » I have enable speller check from my host now
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: I have enable speller check from my host now [message #25710 is a reply to message #12918] Fri, 17 June 2005 23:51 Go to previous messageGo to previous message
keneisman is currently offline  keneisman   United States
Messages: 68
Registered: May 2005
Karma:
Member
I'm opening up this very old topic because I'm have a very similar problem.

I've gotten pspell to work in PHP. I used this code to check it:

$pspell_link = pspell_new("en");

if (pspell_check($pspell_link, "testt")) 
{
   echo "This is a valid spelling";
} 
else 
{
   echo "Sorry, wrong spelling";
}


It correctly identified "testt" as being incorrectly spelled and when I corrected it to "test", it identified it as correct.

PSPell shows up as available on my system info screen and I've enabled it in the global configuration. Is there anything else I need to do? The spell-check message button is still not showing up when I create a message.

*************************************************************
System Configuration
PHP built On: Windows NT MAIL01 5.2 build 3790
Database Version: 4.1.11-nt
PHP Version: 5.0.4
Web Server: Microsoft-IIS/6.0
WebServer to PHP interface: isapi
Forum Version: 2.6.13
Relavent PHP Settings: Safe Mode: OFF
Open basedir: none
Display Errors: OFF
File Uploads: ON
Magic Quotes: OFF
Register Globals: OFF
Output Buffering: Yes
Disabled Functions: none
PSpell Support: Yes
Zlib Support: Yes

*****************************************************


Thanks
Ken
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to see who has voted
Next Topic: How can the midi play ?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Sep 09 07:04:38 GMT 2024

Total time taken to generate the page: 0.03428 seconds