How to display the files/folders under a folder or username on the server just like the windows explorer? Thanks.
in php? in linux, you can execute `ls [path]` exec('ls /path/to/folder/', $result); print_r($result); // or iterate result using foreach