How to list a directory

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

    How to list a directory

    Hi,

    I would like to get a list of a local directory content using php. I
    would be very appreciative if anybody could tell me how to do that. I
    loocked in the php manual but coulsn't find anything (probably I just
    missed it).

    Regards

    Rolf Wester
  • Shawn Wilson

    #2
    Re: How to list a directory

    Rolf Wester wrote:[color=blue]
    >
    > Hi,
    >
    > I would like to get a list of a local directory content using php. I
    > would be very appreciative if anybody could tell me how to do that. I
    > loocked in the php manual but coulsn't find anything (probably I just
    > missed it).[/color]

    Look up

    opendir
    while
    readdir

    Shawn
    --
    Shawn Wilson
    shawn@glassgian t.com


    I have a spam filter. Please include "PHP" in the
    subject line to ensure I'll get your message.

    Comment

    • Rolf Wester

      #3
      Re: How to list a directory

      Shawn Wilson wrote:[color=blue]
      > Rolf Wester wrote:
      >[color=green]
      >>Hi,
      >>
      >>I would like to get a list of a local directory content using php. I
      >>would be very appreciative if anybody could tell me how to do that. I
      >>loocked in the php manual but coulsn't find anything (probably I just
      >>missed it).[/color]
      >
      >
      > Look up
      >
      > opendir
      > while
      > readdir
      >
      > Shawn[/color]
      Thanks a lot

      Rolf

      Comment

      Working...