Is it possible to let PHP pack a file with winzip/pkzip, and thereafter let the surfer download the zipfile?
Thanks for any help, Michael
You could do system calls i.e. system(pkzip --...); or something similar as ar as built in compression i am not clear of but if there were anythig it would most likely be in the form of gzip and tar... -Jon