Re: [PHP] How to know files in a directory

2002-11-09 Thread John Nichel
Yeah, spend a milisecond looking at the manual, and you'll find "Filesystem Functions" Mohd_Q wrote: I wonder if there is a way to get the files names in a given directory. -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing List (http://www.php.net/) To unsu

Re: [PHP] How to know files in a directory

2002-11-09 Thread Marco Tabini
Try readdir() http://www.php.net/manual/en/function.readdir.php Marco -- php|architect - The magazine for PHP Professionals The first monthly worldwide magazine dedicated to PHP programmers Check us out on the web at http://www.phparch.com On Sat, 2002-11-09 at 15:01, Mohd_Q wrot

[PHP] How to know files in a directory

2002-11-09 Thread Mohd_Q
I wonder if there is a way to get the files names in a given directory.