How can I print all the content of the files in a certain directory using PHP?
Say that I have a folder called "example" and that there are the following files in that folder:
"example1.txt"
"example2.txt"
"example3.txt"
...
...
...
...
"example100.txt"
What do I do to print all the CONTENTS of the text files using PHP?
Thanks.
what's $dh's original value?