|
Posted by Erwin Moller on 12/06/07 09:28
Gunivortus Goos wrote:
> Hi,
>
> at my website I've several thousands of zipped texts.
> Is there a script to make it visitors possible to open a ZIP file and
> read the text inside?
>
> Regards,
> Gunivortus
Hi,
Since you didn't mention on what OS you are, which webserver, and how
the files are zipped, it is hard to give more excact information.
If you can figure out how to do the unzipping on the commandline, you
can let PHP do that automated: read more here:
http://nl3.php.net/manual/en/ref.exec.php
or try these:
http://nl3.php.net/manual/en/ref.zip.php
Regards,
Erwin Moller
[Back to original message]
|