文件没有通过php中的Shell_exec运行

时间:2014-07-01 06:14:26

标签: php shell

我的代码如下。这不会帮助我通过shell_exec

运行此文件run_ques.php
$location      = $cron_file_location . "/run_ques.php";
$shell_command = "php {$location} > /dev/null &";
shell_exec($shell_command);
echo $cron_file_location;
echo "test";
echo $shell_command;
die();

0 个答案:

没有答案