This is a discussion on Using ZIP functions.. within the PHP Language forums, part of the PHP Programming Forums category; Okay, here's the scenario.. I have uploaded file_blah.zip .. It has a file compressed in it called asdf.mgx .. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
timmeh wrote:
> Okay, here's the scenario.. I have uploaded file_blah.zip .. It has a file > compressed in it called asdf.mgx .. The thing I need to do is rename the > asdf.mgx to something else.. Would I use the zlip functions to do this? > > Thanks! You do not need to unzip a file to rename it. -- Ian P. Christian http://www.fuzzmail.co.uk ~ Free, Fast and Fuzzy webmail |
|
|||
|
But I need to rename the file inside of it..
"Ian P. Christian" <pookey@pookey.co.uk> wrote in message news:bnivi8$p3b$5@goat.anlx.net... > timmeh wrote: > > > Okay, here's the scenario.. I have uploaded file_blah.zip .. It has a file > > compressed in it called asdf.mgx .. The thing I need to do is rename the > > asdf.mgx to something else.. Would I use the zlip functions to do this? > > > > Thanks! > > You do not need to unzip a file to rename it. > > -- > Ian P. Christian > http://www.fuzzmail.co.uk ~ Free, Fast and Fuzzy webmail |