hi guys,....
I am trying to browse a folder located directly under htdocs. The folder, say called 2007 got 6 subfolders inside it, named 1-6. Each of this subfolders got 2 files each. I need to list the files, creating a link to each file like this
2007/1/file1.pdf
2007/1/file2.pdf
2007/2/file1.pdf
2007/2/file1.pdf
...........How Can I pass the starting folder ie. 2007 then the recursion goes on?
Please help
sam
I am trying to browse a folder located directly under htdocs. The folder, say called 2007 got 6 subfolders inside it, named 1-6. Each of this subfolders got 2 files each. I need to list the files, creating a link to each file like this
2007/1/file1.pdf
2007/1/file2.pdf
2007/2/file1.pdf
2007/2/file1.pdf
...........How Can I pass the starting folder ie. 2007 then the recursion goes on?
Please help
sam
Comment