You are not logged in.
I can't seem to make SpellChecker work when I try to run it using my netBeans application.
I use absolute path in "_editor_url".
When I click on Spell-Check button in the Dictionary dropdown I get "$dictionaries" and in the window PHP code like this:
$value) { // adding the carat to each line prevents the use of aspell commands within the text... fwrite($fd, "^$value\n"); } fclose($fd); chmod($temptext, 0777); // next run aspell $return = shell_exec($aspellcommand . ' 2>&1'); // echo $return; unlink($temptext)
.........................................
I'm using GlassFish as a web server. Is it because Xinha PHP files aren't executed?
Any help will be appreciated.
Thanks
Offline