>I am wondering if anyone has created or know where I can get a code for >browsing files and directory in using php in linux. The one I am looking >for is file browsing capability that is similar to Window Explorer, >meaning you can expand and collapse directory. >I just don't want to re-invent the wheel. If anyone knows about this, >please let me know. I appreciate the help.
Are you browsing the files across an HTTP connection? Cuz all the little triangles and stuff are gonna get dog-slow for most users... Every single click will probably require another HTTP request... At any rate, search the code archives listed at: http://php.net/links.php If you are using PHP to do this locally, it seems kinda silly to do, but maybe a PHP-GTK solution is out there for it. -- Like Music? http://l-i-e.com/artists.htm I'm looking for a PRO QUALITY two-input sound card supported by Linux (any major distro). Need to record live events (mixed already) to stereo CD-quality. Soundcard Recommendations? Software to handle the recording? Don't need fancy mixer stuff. Zero (0) post-production time. Just raw PCM/WAV/AIFF 16+ bit, 44.1KHz, Stereo audio-to-disk. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php