I'm trying to do this
exec("wget
http://www.gofuckyourself.com --output-document=/home/marc/test/test.html",$output);
but that returns
wget: missing URL
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
but when I execute this
wget
http://www.gofuckyourself.com --output-document=/home/marc/test/test.html
through telnet it works
any ideas?