Ask a Question related to PHP Development, Design and Development.
-
Christian-Josef Schrattenthaler #1
Automated Filelist.
Hi!
I want to build a PHP-Site, wich lists some downloadable files in some
directories from our internet server.
Can anyone tell me some hints, to build such a page?
It would also be fine, if i could generate a description to the download,
which is generated from the filenames.
Thanks and kind greetings,
Christian.
Christian-Josef Schrattenthaler Guest
-
Automated sql-queries
Hello cf-pro's I'm quite new to coldfusion (accustomed to php), so this might be the reason of my problems :) But let's have a look at my idea... -
Automated updates
Hi, I am currently a university student in the UK and am studying business computing degree. For my dissertation I am researching the use of... -
Automated tasks
Hi, I have an auction site running. Now I want the auction to be able to automatically send a mail msg to the seller after it expires. How do I... -
buddy api help (FileList)
Hi there I am creating a CD brochure using Director MX and I am having some trouble with Lingo. The client wants to be able to have some sort... -
automated response
Hi... Just wanted to let you know we received your message. Corey and Jay http://www.coreyandjayshow.com... -
Christian-Josef Schrattenthaler #2
Automated Filelist.
Hi!
I want to build a PHP-Site, wich lists some downloadable files in some
directories from our internet server.
Can anyone tell me some hints, to build such a page?
It would also be fine, if i could generate a description to the download,
which is generated from the filenames.
Thanks and kind greetings,
Christian.
Christian-Josef Schrattenthaler Guest
-
Tom Thackrey #3
Re: Automated Filelist.
On 24-Oct-2003, "Christian-Josef Schrattenthaler" <NoSpam@Thank.You> wrote:
This would be a good place to start:> I want to build a PHP-Site, wich lists some downloadable files in some
> directories from our internet server.
>
> Can anyone tell me some hints, to build such a page?
>
> It would also be fine, if i could generate a description to the download,
> which is generated from the filenames.
[url]http://www.php.net/manual/en/function.opendir.php[/url]
--
Tom Thackrey
[url]www.creative-light.com[/url]
tom (at) creative (dash) light (dot) com
do NOT send email to [email]jamesbutler@willglen.net[/email] (it's reserved for spammers)
Tom Thackrey Guest
-
Tom Thackrey #4
Re: Automated Filelist.
On 24-Oct-2003, "Christian-Josef Schrattenthaler" <NoSpam@Thank.You> wrote:
This would be a good place to start:> I want to build a PHP-Site, wich lists some downloadable files in some
> directories from our internet server.
>
> Can anyone tell me some hints, to build such a page?
>
> It would also be fine, if i could generate a description to the download,
> which is generated from the filenames.
[url]http://www.php.net/manual/en/function.opendir.php[/url]
--
Tom Thackrey
[url]www.creative-light.com[/url]
tom (at) creative (dash) light (dot) com
do NOT send email to [email]jamesbutler@willglen.net[/email] (it's reserved for spammers)
Tom Thackrey Guest
-
Randell D. #5
Re: Automated Filelist.
"Christian-Josef Schrattenthaler" <NoSpam@Thank.You> wrote in message
news:bnc1iq$upg$1@newsreader1.netway.at...Dunno if this helps as I've not managed to use it yet - but when I compiled> Hi!
>
> I want to build a PHP-Site, wich lists some downloadable files in some
> directories from our internet server.
>
> Can anyone tell me some hints, to build such a page?
>
> It would also be fine, if i could generate a description to the download,
> which is generated from the filenames.
>
> Thanks and kind greetings,
> Christian.
>
my PHP I did a search for any php files that came with my tar ball - There
were many, including some "pear" scripts... If you take a look in your
ext/pear directory (if you installed using a tar ball, it will sit somewhere
in there) you should find a System.php file that has a class for dealing
with directories and files... Maybe that will help...
Randell D. Guest
-
Randell D. #6
Re: Automated Filelist.
"Christian-Josef Schrattenthaler" <NoSpam@Thank.You> wrote in message
news:bnc1iq$upg$1@newsreader1.netway.at...Dunno if this helps as I've not managed to use it yet - but when I compiled> Hi!
>
> I want to build a PHP-Site, wich lists some downloadable files in some
> directories from our internet server.
>
> Can anyone tell me some hints, to build such a page?
>
> It would also be fine, if i could generate a description to the download,
> which is generated from the filenames.
>
> Thanks and kind greetings,
> Christian.
>
my PHP I did a search for any php files that came with my tar ball - There
were many, including some "pear" scripts... If you take a look in your
ext/pear directory (if you installed using a tar ball, it will sit somewhere
in there) you should find a System.php file that has a class for dealing
with directories and files... Maybe that will help...
Randell D. Guest



Reply With Quote

