A folder which there are many subfolder also inside has many files. how to get that folder have how many subfolders with files on webhosting. as simple as window. thank you
Nihao, Ellaborate? To get your document root path you can use: <?php echo $_SERVER['DOCUMENT_ROOT']; ?> PHP: To get the path where the current file resides you can do: <?php echo $_SERVER['SCRIPT_FILENAME']; //or... echo __FILE__; ?> PHP:
Sorry, i didn't clear explain. i mean just like below photo, but it have show how many files not just size. thank you for reply.