[MOD]Added [noparse]
...
[/noparse] tags.[/MOD][/i]
Hi,
I am trying to use unix wget in PHP.
$url = 'http://www.google.com';
$cmd = 'wget -nv -o output.txt -r -R jpg,gif -w1 '.$url;
system($cmd);
Only the wget command is giving problems. When I tried other simple unix commands , they worked fine.
Instead of system I used shell_exec, passthru but none worked.
Any help is greatly appreciated.
Thnx in advance