Re: [PHP] Loading modules not compiled in php

2002-12-21 Thread John Nichel
This is what I'm looking fordo you know if you can load it in a .htaccess file? I have a couple of files that are included in on every page, so I could do it in my config file, but there's no reason for me to load the module on the whole site, when I need it just in the forum section. I'm

Re: [PHP] Loading modules not compiled in php

2002-12-21 Thread Philip Olson
Aspell is deprecated in favor of Pspell in PHP so using it is a bad idea. But you can do this to get Pspell going: a) On either the JTL box or on some other one with the same operating system, get the php source and get ready to compile. http://www.php.net/downloads b) Be sure the a

Re: [PHP] Loading modules not compiled in php

2002-12-21 Thread Tony Earnshaw
>I have a site hosted at JTL Networks, and I'm looking into setting up > a spell checker for my message boards. The problem is, JTL doesn't have > pspell compiled in with their php build, and it may be some time before > they do (if they ever do). Does anyone know of a way to include > someth