[PHP] Using PHP for directory indexing

2001-11-12 Thread Kevin Garrett
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

RE: [PHP] Using PHP for directory indexing

2001-11-12 Thread Oosten, Sjoerd van
___ -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

RE: [PHP] Using PHP for directory indexing

2001-11-12 Thread Rudolf Visagie
Developer Digital Healthcare Solutions Tel. +27(0)11 266 6946 Fax. +27(0)11 266 5080 Cell: +27(0)82 895 1598 E-mail: [EMAIL PROTECTED] -Original Message- From: Kevin Garrett [mailto:[EMAIL PROTECTED]] Sent: 12 November 2001 03:08 To: [EMAIL PROTECTED] Subject: [PHP] Using PHP

RE: [PHP] Using PHP for directory indexing

2001-11-12 Thread Kevin Garrett
] 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

Re: [PHP] Using PHP for directory indexing

2001-11-12 Thread Mike Harvey
ct: [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 looki