On Tuesday 17 February 2004 03:28, marc serra wrote: > I want to know if it's possible to extract a zip file in PHP. > > I've read php documentation on ZZIPlib but i don't find any solution to > extract file. > > Can you please help me to solve it.
The example in the manual shows how to open a zip archive and read each file into memory and display. It should be a straight forward matter to use the functions in "Filesystem functions" to write the uncompressed files to disk. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* If it seems too good to be true, it probably is -- Murphy's Love Laws n10 */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php