php and gzip

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Newbie

    php and gzip

    Hi All

    Was told I could use the php_zip.dll on my host and then found that they
    only have gzip on it. Can't shift from host, so does anybody know if it is
    possible for me to extract the below from an uploaded zip file using nothing
    more than standard php / gzip code.

    zip consists of:
    main folder
    main folder folder 1
    main folder folder 2
    main folder folder 3
    main folder folder 1 about 20 gifs, 20 jpgs and 2 css files
    main folder folder 2 about 20 gifs, 20 jpgs and 2 css files
    main folder folder 3 about 20 gifs, 20 jpgs and 2 css files

    I finally managed to get working code to do this using the php_zip.dll
    syntax (ie zip.open??), but I can only use gzip now.

    Thanks



Working...