Welcome Guest, Not a member yet? Register   Sign In
dowload helper - dowload more than one file
#1

[eluser]Unknown[/eluser]
Hi,

My name is John. I'm using dowload helper. I can't dowload two files at the same call. I have chome (because it use a default folder) and I try

$data = file_get_contents("http://www.ej.com/photo.jpg");
$name = 'beach.jpg';
force_download($name, $data);

$data = file_get_contents("http://www.ej.com/photo2.jpg");
$name = 'mountain.jpg';
force_download($name, $data);

But only is dowloaded beach.jpg

I worder if I can do something to dowload several files at the same call.

Thanks.





Theme © iAndrew 2016 - Forum software by © MyBB