PHP - Read number of dirs and then require for each a specified file name
- by Max
Hello,
I want to make a little script but I'm rather n00b in php so please help me if you can :)
What I want the script to do is:
I have "index.php".
I want "index.php" to read the sub-directories from a known folder, let's say "templates/"
Each sub-directory will contain a file called "content.html".
The index will then load the "content.html" with the require() function for each of the existing sub-directories.
Thank you very much for your help!