Re: [PHP-DB] reading files instead of using tables

2001-01-11 Thread Miles Thompson
http://www.php.net/manual/function.readdir.php complete with example. Miles At 03:24 PM 01/11/2001 +0530, sarahana wrote: >Hi, >I seem to be having some problem with the general php list, so I'm sending >this question here - please do not get annoyed :-) > >I want to read a directory and count

[PHP-DB] reading files instead of using tables

2001-01-11 Thread sarahana
Hi, I seem to be having some problem with the general php list, so I'm sending this question here - please do not get annoyed :-) I want to read a directory and count all the files in it so that i can store each file name into an array... please help.. I want to list the images in a dir this way