hi, how can i make it then when a user tries to download a file then it's downloaded as a zip file and then they open the zip and see the file that was the source. it must be possible excemple: www.messengermods.com there if you click a picture and then you can choose to download a zip or download normal. i have that script from messengermods.com but i don't understand it... HELP ME (script from messengermods can be downlaoded in www.4homepages.de (download 4images) )
It's actually pretty simple once you've got a zip class script and know that your php install supports gzip ( use phpinfo() to find out).
Just look at the example script with this and set it up for each file you want to download.
thanks drakla, that's helped me out too