> I have directories in place and am using flash to auto fill the directory 
> names on to an index page, however i cant use this to access the files 
> themselves. So I am after a language i can use to read all the file names in 
> the directory and display them with a bit of 'niceness' onto a webpage so as 
> they can be used as links to the files.

PHP is capable of doing that.  I'd start with the dir() function, and
maybe a bit of printf.
http://www.php.net/dir
http://www.php.net/printf

--
Scott Noyes
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to