can i zip, make thubnails or create other files in php???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
basdog22
Forum Contributor
Posts: 158
Joined: Sun Nov 30, 2003 3:03 pm
Location: Greece

can i zip, make thubnails or create other files in php???

Post by basdog22 »

I am coding a system right now that needs to create .zip files and thubnails of some files on the fly.

1.what i mean is say there is a link like: down.php?op=download&what=file1

The file1 is a directory on the server and i want when the user clicks the link the directory is ziped and ready for downloading.

I can either upload the same dir as a zip file but i think it would be better that way

2. Say i have a screenshot of a file and i want it to be "thubnailed" in order to create a catalog. How can this be done???

Any help greatly appreciated :) :) :)
User avatar
scorphus
Forum Regular
Posts: 589
Joined: Fri May 09, 2003 11:53 pm
Location: Belo Horizonte, Brazil
Contact:

Post by scorphus »

basdog22
Forum Contributor
Posts: 158
Joined: Sun Nov 30, 2003 3:03 pm
Location: Greece

Post by basdog22 »

:D :D :D :D

thanks man :wink:
Post Reply