exec('wget --progress=bar http://technabob.com/blog/wp-
content/uploads/2011/04/light_up_pi_symbol_1.jpg');
echo "1";
output 1
即下载不工作。我确定命令是正确的。我相信这与我的 Apache 有关。任何帮助将不胜感激。图像没有被下载。
我错了 Apache 。我认为这是wget
因为我可以使用在我的服务器上运行其他命令
$output = `ls -al`;
echo "<pre>$output</pre>";