I wrote a really nice function yesterday for work. A function that allows for php developers to allow unzipping with their projects. It's definately going to be open. And please, don't critique the source... it's written within 30 minutes. And on top of that, it has a lot of improvements
(
Read more... )
Comments 1
system("mkdir temp001; unzip -d temp001 trivia1.zip");
// fetch the needed files
system("rm -rf temp001");
lol :P
Reply
Leave a comment