Is there an easy way to unzip a zipped file which contains files (images), using a function from the zlib or any.
To something like that:
exec("unzip zipfile.zip -d /path/to/images") ;
But without using the exec function.
Thanks, Vincent.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php