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,'.'));
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
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
3 matches
Mail list logo