zip($hrefs); if ($zipFile !== false) { header("Content-Disposition: attachment; filename=\"h5ai-selection.zip\""); header("Content-Type: application/force-download"); header("Content-Length: " . filesize($zipFile)); header("Connection: close"); readfile($zipFile); } else { echo "2: something went wrong while building the zip"; } ?>