Re: [PHP] view zip file contents
On Thu, April 21, 2005 7:33 am, Sebastian said: > does anyone know of a way to view the contents of a zip file and its > directory structure? > i know there are zip file functions in php but they require extra libs i > would rather not load right now. > > i know its possible, at least by looking at this download manager that > does > this: http://phpatm.free.fr/ > > i tried looking at the source code but its messy. nice app, but awful > coding > practice. > anyway, if anyone knows a method to do this, please let me know. http://php.net/exec Not nearly as efficient as adding gzlib to your PHP, but maybe you only need to do it occasionally... -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] view zip file contents
" No releases have been made yet. " Philip Hallstrom wrote: > > does anyone know of a way to view the contents of a zip file and its > > directory structure? i know there are zip file functions in php but they > > require extra libs i would rather not load right now. > > http://pear.php.net/package/Archive_Zip > > don't know if it requires extra libs... > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] view zip file contents
does anyone know of a way to view the contents of a zip file and its directory structure? i know there are zip file functions in php but they require extra libs i would rather not load right now. http://pear.php.net/package/Archive_Zip don't know if it requires extra libs... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php