The shell_exec() PHP function provides the ability to run shell commands during the execution of a script.
I want run php ../cat1/index.php gr_s2/3/gr-n40 1200 command by php. The shell_exec return NULL as result …