I'm trying to do a directory listing page and like the default one generated for me by apache, so I don't have an index.html file or variant thereof.
To the bottom of this listing I'd like to tack a php search page, which is basically a table of unknown height, based on how many search results are returned.
I was thinking of creating an index page with two frames, then loading the top one with the directory listing and the bottom one with the php search page.
But I know lots of people don't like frames for some reason, so I was wondering if I could do it easily as two tables? I wouldn't know how to load my directory contents into a table, can it be done?
Maybe there's a better way than either of those?