08-11-05 12:45 PM
Hi there,
I've made a CMS System working with MySQL, Apache and PHP. And is working
fine. But now I need to use the ZIP extension to uncompress zip files
after uploading. But I can't find this module/extension anyware on the
internet and I'm not that far to edit and compile it from source. I am
using this functions inside my php script:
zip_open()
zip_read()
zip_entry_open()
zip_entry_name()
zip_entry_read()
zip_entry_close()
zip_close()
I guess that I'm not the only one who wants to use this function in PHP.
Maybe does someone has the ZIP extension for "PHP for NetWare".
I hope someone can help me!
Kind regards,
Patrick van den Born
Network Administrator and webmaster
Imtech Infra BV
patrick.vandenborn@imtech.nl
[ Post a follow-up to this message ]
|