use opendir() , and readdir()..
you'll get a var like $file,
then check is_file($file) to see if it's a file :)

(take a look at the php doc.)

"Mohd_q" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
I wonder if there is a way to get the files names in a given directory.




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

Reply via email to