I want run php ../cat1/index.php gr_s2/3/gr-n40 1200
command by php.
The shell_exec return NULL as result but when I try that command on cmd, output was shown correctly.
What happen in php and shell_exec ?!
Note: The command with different parameters (Like: php ../cat1/index.php gr_s2/3/gr-n40 800
) works correctly in both (php and cmd).