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!
im trying to use php to create a gzip file which contains all the files in a directory and the directorys in that directory (like zipping up a directory).
then this will be remotely transfered and ungziped using php again.
but i am unsure as to how i zip up more than one file :s