News Feed
Jobs Feed
Sections




News Archive
WebSpeaks.in:
Extract the Content of Zip file Using PHP
June 13, 2012 @ 10:44:44

On the WebSpeaks.in site, there's a recent tutorial posted showing how you can extract the contents of a zip file from inside a PHP application.

Sometimes you may want the users on your site to upload the zip file and then check what are the contents of that zip file. In this article I will tell you how to extract the contents of the zip file. I temporarily extract the zip files to a directory and then delete it afterwards. You can chose to keep the extracted content if you want.

The tutorial walks you through the code, showing you how to use their "ZipArchive" class to grab the file, extract the contents and display a list of the "child files" inside it. You can see a live demo of it in action or just download the source and dive right in.

0 comments voice your opinion now!
extract content zip archive list tutorial demo


blog comments powered by Disqus

Similar Posts

Asvin Balloo's Blog: Geolocate your visitors with PHP (part 1)

NETTUTS.com: Quick Tip: Loop Through Folders with PHP’s Glob()

VG Tech Blog: Using Elastica to Query ElasticSearch

Bence Eros' Blog: Creating an interactive debugger for PHP

IBM developerWorks: Ajax and XML: Ajax for chat


Community Events









Don't see your event here?
Let us know!


zendframework2 introduction api unittest event framework code functional opinion object podcast composer release example community language development testing tool interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework