Author |
Message |
Topic: A shell_exec example for windows anyone? |
curan
Replies: 4
Views: 7774
|
|
Update
I have 'speller pages' working.
I put aspell.exe in my path so I would not have to code in the full path.
In the file spellchecker.php;
I put my temp file in 'c:' to limit the use of '\'.
... |
Topic: A shell_exec example for windows anyone? |
curan
Replies: 4
Views: 7774
|
|
Update:
I created a command line 'exe' that printed out "Hello World" and was able to get it to run in a php script, using shell_exec, which then generated an html page. So it looks like the shell_e ... |
Topic: A shell_exec example for windows anyone? |
curan
Replies: 4
Views: 7774
|
|
I am trying to incorporate spell checking into my html forms. To do this I have installed aspell(0.50.3) (http://aspell.net) on my server, I have tested it from the command line and it works. I hav ... |
|