Top "Shell-exec" questions

The shell_exec() PHP function provides the ability to run shell commands during the execution of a script.

php shell_exec return null

I want run php ../cat1/index.php gr_s2/3/gr-n40 1200 command by php. The shell_exec return NULL as result …

php cmd command shell-exec