I have tons of text files from which ones I want to grab the text and display it on one webpage. Also I would like to have the file name of those files added at the top of every text grabbed.
e.g:
file name
text from file name
file name
text from file name
...
Any idea how can I do this using JavaScript?
If is not js I'll be happy with php as well.
Thanks :) Vic
<div>with a header containing the filename, and a paragraph containing the retrieved text.