|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
How to Zip on the Fly in PHP?
Does anyone know how to create zip content on the fly, like uploading something as a zip file to be automatically unzipped on server-side, or zip something automatically in server-side during download....in php. I've visited php.net and they don't seem to have a comprehensive example.
thanks.
__________________
Beginner |
|
#2
|
||||
|
||||
|
Try http://php.resourceindex.com
They have a massive load of scripts and tuto's. Not everything is on php.net you know... Google keywords: php scripts zip |
|
#3
|
||||
|
||||
|
If all else fails, you can run system commands, though you'll want to be careful doing that. There is a zip library for PHP, incidentally. Also check out phpbb, which gives you the option of using gzip compression to make downloads smaller.
__________________
Please don't PM me asking for solutions outside the scope of a thread. Keeping all responses in a thread stands to help others who come along later, which is after all what this forum's all about. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > How to Zip on the Fly in PHP? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|