Re: [PHP] Zip file
>Does anyone know how to create a .zip file using php? H. Not sure if gzip can handle .zip file per se, or if .gz file is okay for what you need, but try here: http://php.net/manual/en/ref.zlib.php If not, there's probably some software out there somewhere that runs on Linux that could b
[PHP] Zip file
Hi Does anyone know how to create a .zip file using php? Thanks in advance! Wade