Php zip a directory and automatically download
Posted Date:21-02-2017 This Post will explain how to download the directory using php. Assumption value: $sourecedir = ‘images/’;//this is an path of the folder name $zip_file = ‘file.zip’;//this is an downloadable zip foler name There two variable $sourcedir and $zipfile, $sourcedir varible mention the folder and $zipfile mention downloadable folder name.… Continue Reading Php zip a directory and automatically download