I am trying to execute a system command to initiate a program. When I write a script such as :
<?php
system(kwrite);
?>
and I run it from the command line, it executes, but when I try to initiate that script from a post request from a web page(i.e. using a submit button to initiate a program) it does not execute. You guys have any advice? I am on Apache 2.
~Orlando
<?php
system(kwrite);
?>
and I run it from the command line, it executes, but when I try to initiate that script from a post request from a web page(i.e. using a submit button to initiate a program) it does not execute. You guys have any advice? I am on Apache 2.
~Orlando