Re: php til at download pdf

From: Ebbe Hjorth (none@info--ebbehjorth.dk.lh.bsd-dk.dk)
Date: Tue 11 Nov 2008 - 10:29:56 CET


Date: Tue, 11 Nov 2008 10:29:56 +0100 (CET)
Subject: Re: php til at download pdf
From: "Ebbe Hjorth" <none@info--ebbehjorth.dk.lh.bsd-dk.dk>
To: bsd-dk@bsd-dk.dk


> On Tue, Nov 11, 2008 at 10:04:33AM +0100, Ebbe Hjorth wrote:
>>$command = "wget \"" . $input . "\" -O " . $output;
>>$getfile = system($command, $retval);
>
> $retval = system("wget", $input, "-O", $output);
>

Det har jeg prøvet, giver...

Warning: system() expects at most 2 parameters, 4 given



This archive was generated by hypermail 2b30 : Sun 30 Nov 2008 - 23:00:02 CET