Hi,
is there a way to "scan" dirs and subdirs for files?
i've got a structure like this:
maindir (/htdocs)
--subdir1
----sub-subdir1.1
----sub-subdir1.2
--subdir2
----sub-subdir2.1
----sub-subdir2.2
...
for example... there is a file/script named 12345.html in 2.2.
The Mainscript is located in the maindir and includes a form where you can enter, what you are looking for ("12345")...
The Script now should scan the dirs and subdirs.
If the file 12345.html is found --> open 12345.html
--> else display error
I can't find a solution in the PHP-Docu...