php执行python脚本并在会话中保存输出

时间:2015-03-04 21:34:48

标签: php python linux

我有这个PHP代码:

$command = escapeshellcmd('python acn.py -c'.$username);
$output = shell_exec($command);

我需要输出acn.py ..的结果在windows get输出,在linux上不给输出。 python脚本工作,php不打印输出!我哪里错了? chmod + x *已经执行完毕!

0 个答案:

没有答案