Re: [PHP] howto get .tar.gz content's filenames

2007-12-06 Thread Richard Lynch
On Mon, December 3, 2007 9:05 pm, Shelley Shyan wrote: > It may not be a php question, but I want to get the filename lists > that a .tar.gz file contains and give it to an array. > How can I manage that? I thought there was a 'tar' PHP extension, but don't see it now... There is a 'gzip' you can

Re: [PHP] howto get .tar.gz content's filenames

2007-12-05 Thread Cesar D. Rodas
On 05/12/2007, Per Jessen <[EMAIL PROTECTED]> wrote: > > Cesar D. Rodas wrote: > > > Call exec is not good, because you are executing other program, > > instead of that you should use some PHP program, take a look here > > > > http://www.phpclasses.org/search.html?words=tar&x=0&y=0&go_search=1 > >

Re: [PHP] howto get .tar.gz content's filenames

2007-12-04 Thread Per Jessen
Cesar D. Rodas wrote: > Call exec is not good, because you are executing other program, > instead of that you should use some PHP program, take a look here > > http://www.phpclasses.org/search.html?words=tar&x=0&y=0&go_search=1 > "The access to the internal site search engine is restricted to p

Re: [PHP] howto get .tar.gz content's filenames

2007-12-04 Thread Cesar D. Rodas
Call exec is not good, because you are executing other program, instead of that you should use some PHP program, take a look here http://www.phpclasses.org/search.html?words=tar&x=0&y=0&go_search=1 On 04/12/2007, Daniel Brown < [EMAIL PROTECTED]> wrote: > > On Dec 3, 2007 10:05 PM, Shelley Shyan

Re: [PHP] howto get .tar.gz content's filenames

2007-12-03 Thread Daniel Brown
On Dec 3, 2007 11:09 PM, Shelley Shyan <[EMAIL PROTECTED]> wrote: > Thank you very much, Dan. It works exactly what I want. :) > > > Regards, > Shelley No problem. -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107 If at first you don't succeed, stick to what you

Re: [PHP] howto get .tar.gz content's filenames

2007-12-03 Thread Daniel Brown
On Dec 3, 2007 10:05 PM, Shelley Shyan <[EMAIL PROTECTED]> wrote: > Hi all, > > It may not be a php question, but I want to get the filename lists that a > .tar.gz file contains and give it to an array. > How can I manage that? > > Thank you very much for your consideration. > > Regards, > Shelley

Re: [PHP] howto get .tar.gz content's filenames

2007-12-03 Thread Casey
Sorry, should be: Note: typed on phone. That explains my empty message :) On Dec 3, 2007, at 7:05 PM, Shelley Shyan <[EMAIL PROTECTED]> wrote: Hi all, It may not be a php question, but I want to get the filename lists that a .tar.gz file contains and give it to an array. How can I man

Re: [PHP] howto get .tar.gz content's filenames

2007-12-03 Thread Casey
On Dec 3, 2007, at 7:05 PM, Shelley Shyan <[EMAIL PROTECTED]> wrote: Hi all, It may not be a php question, but I want to get the filename lists that a .tar.gz file contains and give it to an array. How can I manage that? Thank you very much for your consideration. Regards, Shelley

Re: [PHP] howto get .tar.gz content's filenames

2007-12-03 Thread Casey
Tell me if it works ;) On Dec 3, 2007, at 7:05 PM, Shelley Shyan <[EMAIL PROTECTED]> wrote: Hi all, It may not be a php question, but I want to get the filename lists that a .tar.gz file contains and give it to an array. How can I manage that? Thank you very much for your considerat