0
sarah posted
how to count total number of directories and files in given directory in php ?
Hi again . i am making file tree with jquery plugin for that i m making the php server side coding to load files and directory for particular given directory but i want to print first schema of directory like how much files and directories in there in this given directory ?is this need any system call like "ls" in linux or "dir" in window by system function or we can do it any other way ?