Is there a way in PHP to search a directory and somehow create a dropdown dialog box with entries corresponding to the folders? In ASP you can, but the code obviously does not work in PHP....
Also, is there a way to create something like an index server in PHP? I want to be able to have users search for key words in document files stored in a seperate folder and output matching documents....again ASP can simply because it is made to correspond with microsofts products. (index server for example...)
any help would be much appreciated....
-=Abner