Wow that was a quick response...Thanks alot! That those the listing part of 
my problem but is there a way of only showing a certain type of file such as 
only HTML?  & is there a way of somehow automatically making a link to 
access those pages?

>From: "Oosten, Sjoerd van" <[EMAIL PROTECTED]>
>To: 'Kevin Garrett' <[EMAIL PROTECTED]>, "'[EMAIL PROTECTED]'"  
><[EMAIL PROTECTED]>
>Subject: RE: [PHP] Using PHP for directory indexing
>Date: Mon, 12 Nov 2001 14:15:14 +0100
>
><?
>       // print the current directory in unordered list
>       print("<UL>\n");
>
>       // open directory
>       $myDirectory = dir(".");
>
>       // get each entry
>       while($entryName = $myDirectory->read())
>       {
>                       print("<LI>$entryName \n");
>       }
>
>       // close directory
>       $myDirectory->close();
>
>       print("</UL>\n");
>?>
>
>________________________________________
>Sjoerd van Oosten
>Digitaal vormgever [EMAIL PROTECTED]
>Datamex E-sites B.V.
>http://www.esites.nl
>Minervum 7368 Telefoon: (076) 5 730 730
>4817 ZH BREDA Telefax: (076) 5 877 757
>_______________________________________
>
>
>-----Oorspronkelijk bericht-----
>Van: Kevin Garrett [mailto:[EMAIL PROTECTED]]
>Verzonden: maandag 12 november 2001 14:08
>Aan: [EMAIL PROTECTED]
>Onderwerp: [PHP] Using PHP for directory indexing
>
>
>Hi All,
>
>       I am wondering if anyone can help me with this.  I want people
>accessing my
>site to see a list of HTML reports but I don't want to turn on Directory
>indexing on my Apache webserver, seeing as the directory path is present.
>What I'm looking to do, is to write a basic php script which will read the
>files in a certain directory & create links to be presented to the user.
>Has anyone ever done this before?  Can someone give me an example or a
>headstart on this.
>
>Thanks in advance
>Kev
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to