Re: [PHP] Re: how to use pclzip class
DvDmanDT -- ...and then DvDmanDT said... % ... % Example: % $zipfile="uploaded.zip"; % $zip=new PclZip($zipfile); % $file_list= $zip->listContent(); [snip] Aha! Now I see! Thanks *so* much! I'll try it out and let you know how it goes :-) HAND :-D -- David T-G * There
[PHP] Re: how to use pclzip class
// - --- // Function : PclZip() // Description : // Creates a PclZip object and set the name of the associated Zip archive // filename. // Note that no real action is taken, if the archive does not exist i