How to specify shell with php's shell_exec()
Posted: Thu Sep 05, 2013 12:31 am
Hello all
I am developing a web based application which needs to execute system commands from web instead from shell.
I am using shell_exec() method to do it. It does all the the task for me, but problem is that shell_exec() method starts every new command in new shell and causing a huge problem to me. Using shell_exec() method i started a process but now how will i be able to stop that. I hope i am clear to you with my problem . Kindly help me, Thank you!
I am developing a web based application which needs to execute system commands from web instead from shell.
I am using shell_exec() method to do it. It does all the the task for me, but problem is that shell_exec() method starts every new command in new shell and causing a huge problem to me. Using shell_exec() method i started a process but now how will i be able to stop that. I hope i am clear to you with my problem . Kindly help me, Thank you!