Hi,
How do i find out how many files are in my images directory?
$dirHandle = opendir("./images"
;
count files in $dirHandle;<-- what is this syntax for this?
Also, how do i subtract for ., .., and .htaccess, and .htacess232773
Is there was way to count only the files that dont begin with a dot?
How do i find out how many files are in my images directory?
$dirHandle = opendir("./images"
count files in $dirHandle;<-- what is this syntax for this?
Also, how do i subtract for ., .., and .htaccess, and .htacess232773
Is there was way to count only the files that dont begin with a dot?