View Single Post
Old 11-28-2006, 01:53 PM  
quantum-x
Confirmed User
 
quantum-x's Avatar
 
Join Date: Feb 2002
Location: ICQ: 251425 Fr/Au/Ca
Posts: 6,863
Code:
<? foreach (glob('path/to/dir/*',GLOB_ONLYDIR) as $dir) { 
      `zip -j $dir $dir/*`; } ?>
will do it in php
quantum-x is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote