Hi,
I'd like to write a loop that will create a hyperlink on a page for
every single file on a directory. As an example, if my directory
contains:
test.txt
test1.txt
test2.txt,
The page should then contain 3 hyperlinks pointing to these files and
the user just have to click the one he wants to download or read.
Thanks.
I'd like to write a loop that will create a hyperlink on a page for
every single file on a directory. As an example, if my directory
contains:
test.txt
test1.txt
test2.txt,
The page should then contain 3 hyperlinks pointing to these files and
the user just have to click the one he wants to download or read.
Thanks.
Comment