Re: [PHP] Php Dynamic Pages & Apache Server

2002-08-01 Thread Nicole Lallande
This will read all '.pdf' files in a sub-directory and put them in a link - HTH, Nicole $dir."); while($entry = readdir($dir_stream)) { // get the file extention $ext = substr($entry, strrpos($entry,'.'));

Re: [PHP] Php Dynamic Pages & Apache Server

2002-08-01 Thread Lee
ust 01, 2002 5:57 PM Subject: [PHP] Php Dynamic Pages & Apache Server > I am trying to create a php page that will show the files on an apache server. > Each file will show up as a link on the page. When clicked, the user will be > able to download the file. Is there anyone out ther

[PHP] Php Dynamic Pages & Apache Server

2002-08-01 Thread msmecca
I am trying to create a php page that will show the files on an apache server. Each file will show up as a link on the page. When clicked, the user will be able to download the file. Is there anyone out there that can lead me in the right direction. -- PHP General Mailing List (http://www.php.n