RE: [PHP] explorer

2007-11-10 Thread admin
urday, November 10, 2007 6:41 AM To: php-general@lists.php.net Subject: [PHP] explorer Hi, How if, it is possible to open a windows explorer with a path specified in it, thru a php script. BRgds, kNish -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP] explorer

2007-11-10 Thread Rick Pasotto
On Sat, Nov 10, 2007 at 09:33:17AM -0500, Bastien Koert wrote: > > on the local machine? no. you can simulate an explorer for files on the server An will automatically display a browse button that opens a user environment specific file browser (aka "explorer"). -- "Market-like arrangements ...

RE: [PHP] explorer

2007-11-10 Thread Bastien Koert
on the local machine? no. you can simulate an explorer for files on the server bastien > Date: Sat, 10 Nov 2007 18:10:39 +0530> From: [EMAIL PROTECTED]> To: php-general@lists.php.net> Subject: [PHP] explorer>> Hi,>> How if,

[PHP] explorer

2007-11-10 Thread kNish
Hi, How if, it is possible to open a windows explorer with a path specified in it, thru a php script. BRgds, kNish -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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