Re: php til at download pdf

From: Jesper Monsted (none@jesper--monsted.dk.lh.bsd-dk.dk)
Date: Tue 11 Nov 2008 - 10:17:31 CET


Date: Tue, 11 Nov 2008 10:17:31 +0100
From: Jesper Monsted <none@jesper--monsted.dk.lh.bsd-dk.dk>
To: bsd-dk@bsd-dk.dk
Subject: Re: php til at download pdf

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);

/Jesper



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