Page 1 of 1

knowing the number of files in a directory

Posted: Wed Apr 21, 2004 11:44 pm
by sutejok
anyone knows the php syntax for getting the number of files in a directory?


thnxx

Posted: Wed Apr 21, 2004 11:49 pm
by feyd
count(glob("$dir/*"))?