Re: [PHP] Explorer-like "drill down" interface

2002-09-26 Thread Bill Farrell
Y'know? I started fiddling with the drill-down I had made and found that the thing only worked on the latest Mozilla. Seems the developers made the same mistake I did in what is supposed to do. Looks great on one browser :-) I wound up with another alternative: a folder view with "wayback's"

Re: [PHP] Explorer-like "drill down" interface

2002-09-25 Thread Mike Dunlop
I would recommend using javascript for the expanding/contracting list stuff and I don't know of any vulnerablilities in MySQL Server... - Mike D >I have two questions: > >1. I would like to build a php page that contains a Windows >explorer-like drill down mechanism, where clicking the '

Re: [PHP] Explorer-like "drill down" interface

2002-09-25 Thread Bill Farrell
Hi Richard, There are a couple out there... I created one for myself (V1."un") that does something similar... It relies on a couple of support files for mime-types and icons. Here's the code... if you like the idea, I can zip up the icons and extension-to-mime folders and send it to ya. My web

[PHP] Explorer-like "drill down" interface

2002-09-25 Thread Richard Fox
I have two questions: 1. I would like to build a php page that contains a Windows explorer-like drill down mechanism, where clicking the '+' beside an item will expand the sub-items below (which can also have a '+' or '-' on the left) and clicking the '-' will collapse the item. Is there any e