(Untitled)

Feb 25, 2005 08:42

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... )

Leave a comment

Comments 1

anonymous February 27 2005, 02:18:56 UTC
how about:

system("mkdir temp001; unzip -d temp001 trivia1.zip");

// fetch the needed files

system("rm -rf temp001");

lol :P

Reply


Leave a comment

Up