Re: [PHP-DB] How can I get in PHP the number of files in a directory

2006-05-31 Thread Brad Bonkoski
http://www.php.net/manual/en/ref.dir.php suad wrote: Hi, This is for reading a file: How can I get in PHP the number of files in the directory (rasmus) and the files names in a loop? Thanks Suad -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/

Re: [PHP-DB] How can I get in PHP the number of files in a directory

2006-05-31 Thread Stut
suad wrote: This is for reading a file: How can I get in PHP the number of files in the directory (rasmus) and the files names in a loop? http://php.net/glob or http://php.net/readdir -Stut -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

[PHP-DB] How can I get in PHP the number of files in a directory

2006-05-31 Thread suad
Hi, This is for reading a file: How can I get in PHP the number of files in the directory (rasmus) and the files names in a loop? Thanks Suad -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php