Hi..
How to count no of files in a directory which is in another machine?
I used the following code.But it is not working.
<?php
$dir_path ="file://192.168.0.138/img/$sub_code/$sub_code".N."$churunano/*.*";
$count = count(glob($dir_path));
$files = glob($dir_path);
?>
The above code returns the count as 0.