im trying to download a file from a url, when I use the browser the download dialog works but when I use this code the new file on my server stay empty.
$ch
fputs
file_put_contents($destination, $data);