zip.lib.php memang isinya cuma untuk mengkompresi data. Kalau yg dekompresi ada lagi. Coba lihat disini;
http://www.webwork-community.net/posting2025_23_0.html Cari postingannya Adrian. Mekanisme pemanggilannya sama. Selamat menikmati. On 7/28/05, Yoki Eka Satria <[EMAIL PROTECTED]> wrote: > heheheh...balik lagi ni o'on nya....om2 tanteu2, mentok lagi nic!!, lagi > pusing mikirin script unzip, klo ng zip nya sih udah bisa...saya pake > zip.lib.php yang ada di mysql admin, trus di permudah jadi begini > > <? > include("zip.lib.php"); > { > $ziper = new zipfile(); > $ziper->addFiles(array("C:\\Documents and Settings\\yoki\\My > Documents\\test.txt")); > $ziper->output("test/testzip.zip"); > if (!$ziper) > echo "bad"; > else > echo "good"; > } > ?> > > tapi sekarang mentok dengan unzip nyah....bantuin yee...para masteur...masa > nge zip pake php unzip nya pake winzip...kan ga lucu..kekekkeke. > > [Non-text portions of this message have been removed] > > > > --- > Website: http://toekangweb.or.id/ > Arsip milis : http://groups.yahoo.com/group/toekangweb/messages > > Yahoo! Groups Links > > > > > > > --- Website: http://toekangweb.or.id/ Arsip milis : http://groups.yahoo.com/group/toekangweb/messages Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/toekangweb/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
