Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. automated response
      Hi... Just wanted to let you know we received your message. Corey and Jay http://www.coreyandjayshow.com...
  3. #2

    Default 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

  4. #3

    Default Re: Automated Filelist.


    On 24-Oct-2003, "Christian-Josef Schrattenthaler" <NoSpam@Thank.You> wrote:
    > 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.
    This would be a good place to start:
    [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

  5. #4

    Default Re: Automated Filelist.


    On 24-Oct-2003, "Christian-Josef Schrattenthaler" <NoSpam@Thank.You> wrote:
    > 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.
    This would be a good place to start:
    [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

  6. #5

    Default Re: Automated Filelist.


    "Christian-Josef Schrattenthaler" <NoSpam@Thank.You> wrote in message
    news:bnc1iq$upg$1@newsreader1.netway.at...
    > 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.
    >
    Dunno if this helps as I've not managed to use it yet - but when I compiled
    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

  7. #6

    Default Re: Automated Filelist.


    "Christian-Josef Schrattenthaler" <NoSpam@Thank.You> wrote in message
    news:bnc1iq$upg$1@newsreader1.netway.at...
    > 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.
    >
    Dunno if this helps as I've not managed to use it yet - but when I compiled
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139