Posts

Showing posts from September, 2012

Download files from multiple URL s and download it as zip format

Hello friends, here is the code for how to download files from multiple url and download is as zip format in PHP. If you have any doubt in PHP function's please refer php.net. Let's start!!! We can give url's as array format like below <?php $urls = array( 'http://skidvis.com/WordpressCheatSheet.pdf', 'http://andywibbels.com/files/WordPress_Cheatsheet_v1.pdf' ); ?>