• Curriculum Vitae (CV)
• Major web solutions
• Web design projects
• Software solutions
• C# (Microsoft .NET)
• JAVA
• Dynamic HTML
• PHP & MySQL
• ASP.NET - C# & VB.NET
• Perl & CGI
• C | C++
• Vector Markup Language
• SMIL
• Assembler
• Databases
• Wap Development
• Web site promotion
• Web Marketing
|
|
How to open a zip file and read its contents?
(PHP free example written by Anton Zamov.) |
How to open a zip file and read its contents?
resource zip_open ( string filename)
The idea of the zip_open() function is to load in a zip file and interate through its contents
<?php
$zp = zip_open("/myfiles/blah.zip");
while($zipFile = zip_read($zip))
{
echo "Filename: " . zip_entry_name($zipFile) . "<br>";
echo "Compressed Size: " . zip_entry_compresedsize($zipFile) . "<br>";
echo "Real Size: " . zip_entry_filesize($zilFile) . "<br><br>";
}
?>
(You must have the ZZIPlib library installed along with PHP before zip_open() will work.)
|
|
|
Jobs Portal, poweful jobs board software
PHP Mall, multi vendors mall website software
Car Portal, php script for auto classifieds websites
NetArt Media, software products and services
Real Estate Portal, web software for real estate portals
Blog System, multi user blog hosting script
Classified Ads Script, Responsive & SEO optimized PHP classified ads script for your site
WebSite Directory Script, Create easily your own website directory with this professionally designed script
|