Hello,
This is my situation:
Win2000 server
PHP 4.3.1
IIS
I have activated extension for Zip as usual:
extension=php_zip.dll
When I try this simple code line:
$zip = zip_open("a.zip");
I always get the same message:
Warning: zip_open() Cannot open zip archive a.zip in D:\IIS\www\web\zip.php on line 3
but the file is there and I created with the winzip 8.0 application for windows.
I don't know what else to try... do I have to configure any thing else anywhere? any files from zziplib needed?
Thanks a lot