hi friends..
how can i compress more that one file whith gz??.
and after i download it, i need to delete this file..
can i do whoith unlink??..
but if i unlink before that i download it??..
a solution??...
thanks!.
Printable View
hi friends..
how can i compress more that one file whith gz??.
and after i download it, i need to delete this file..
can i do whoith unlink??..
but if i unlink before that i download it??..
a solution??...
thanks!.
gz?? with two question marks? Do you mean gzip?
What is your environement? Windows, Unix, other?
Let's suppose you are under Unix.
Usually, files are compressed one at a time with gzip, and then they are grouped together with tar or with cpio.
so, how can i do to compress whith tar the
file gz??..
such as i wont to create an archive in php, whith 2 file..
codeguru.php
readme.read
how can i do to compress it in a tar.gz or only gz whith a php page??..
thanks!!..
You can use a premade class to create tar, bz2, tar.gz, zip files very easily.
http://lk.users.phpclasses.org/brows...ckage/945.html
I hope it helps.
regards