i just want making a system that can open a file in a zip archive
like i have archive.zip
in this file.text
i want make a class to makr this page
zip.php?archiver=archive.zip&file=file.text
i want this page show me the file.text contents
any ideas?
i just want making a system that can open a file in a zip
Share
From the PHP manual: ZipArchive::getFromName(). This is exactly what you need.
Best wishes,
Fabian