extor
Verified User
I have a problem and cant find whats wrong.
I have made a script and want it with the "system" command be started like:
system("/home/username/script/startfile");
echo "succesfully started!";
I saved that script as start.php en when I go to it in IE i'll get no errors, but when I watch in ssh I see nothing has been started and when I do /home/username/script/startfile in ssh then all works fine..
Even with the "exec" php command i'll have the same problem
Does anyone know how to help me? Thx!!
I have made a script and want it with the "system" command be started like:
system("/home/username/script/startfile");
echo "succesfully started!";
I saved that script as start.php en when I go to it in IE i'll get no errors, but when I watch in ssh I see nothing has been started and when I do /home/username/script/startfile in ssh then all works fine..
Even with the "exec" php command i'll have the same problem
Does anyone know how to help me? Thx!!