Simple File Browser with Pictures Explorer

VN:F [1.6.9_936]
Rating: 10.0/10 (1 vote cast)

This simple file browser, written in PHP, is a very useful library of functions. This library provides basic functionality of file and directory browsing along with many configurable options.

However this is a basic version, and I just wrote it to use at a client’s website. I will be extending it more to provide other useful options like Delete, Move, Copy, Rename and etc.

Currently, it provides listing of directories and files. Navigation thru directories, opening files. You can also use it as an Image/Picture Explorer. There’s a file “fb.php” included which demonstrate the usage at front-end. Following files are included in this package:

  • fb.config.php: the configuration file
  • fb.lib.php: the main library file, contains all functions
  • fb.css: the sample style sheet
  • fb.php: the sample usage file
  • images folder: includes icons for file types

Download source code here File Browser Source

File System

VN:F [1.6.9_936]
Rating: 0.0/10 (0 votes cast)

This category will include topics on file system programming with PHP like

  • Manipulating directories and files
  • Writing your very own files manager
  • Using files as data containers
  • Handling different kinds of files
  • and etc.