""Deependra B. Tandukar"" wrote:
> Is it possible to extract the field values in MySQL by PHP into the web
> browser so that it looks like files in Windows Explorer?

That depends a little on what you mean.

Making it _look_ like Windows Explorer should be easy.  You can create HTML
tables to mimic the layout and some gifs to mimic the graphics and create it
using PHP from your data fairly easily.

Making it _work_ like Windows Explorer will be much harder.  Trying to
duplicate all the menu functionality and all the right click functionality
with any degree of crossbrowser reliability will send you spiralling into
JavaScript Hell.

Luke Welling.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to