Anyone tried to use these functions?
http://www.php.net/manual/en/ref.zip.php
After installing zziplib and recompiling php with --with-zip[=DIR]
The only thing that I "think" works is the zip_open function.
It sets up a referece to something I assume the zip I'm trying to open...
All I need to do is read one text file in a LOT of zip files and insert its contents into a database...
The above functions seem PERFECT! Because I don't really want to write zip files or even create any files on the server itself.
But any other function such as zip_close even if placed RIGHT after zip_open messes up the webpage and weird things result.
My PHPinfo() for those who need it:
http://www.nightfallgames.com/files/phpinfo.php
thanks,
Michael
ps feel free to email me