Php-mysql Course

This is a File Manager script, build with PHP and jQuery, that uses Ajax technology to manage directories and files on your server.
. It is Simple and Easily to use, it could be easily integrated into a CMS or any other web application.

• You can download the script from this link: Download the File Manager (1.6 MB).

• To test the File Manager, click: Demo
 
For comments, questions, or any issue related to this application, write on Forum, in the "Scripts from Website" category.

Features

- Create new folders.
- Upload multiple files.
- Copy, Cut, Paste, Delete, and Rename Files and Folders on server.
- Edit, Preview and Download file.
- Download directory with all its content into a ZIP archive.
- Support drag and drop files and folders operations, details and thumbnail views, sorting, searching, context menus.
- Toolbar with the most common tasks, and tooltip effect.
- Status bar with folder and file information.

Requirements

- PHP 5.4+
- Modern Browser with JavaScript activated (Mozilla-Firefox, Google-Chrome, Opera, Internet-Explorer 9+).

Usage

1. Download the File Manager, and extract the archive.
2. Before to upload the File-Manager on your web server, edit the conf.php (in "fileman/php/" folder). See details in the "readme.html" file (in "fileman/" directory).

Screenshoots

- Click on images:
Desktop
File-Manager browse dirsBrowse Directories
File-Manager tooltip imageTooltip Image
File-Manager edit fileEditing File
File-Manager MenuMenu Options
File-Manager Thumbails viewThumbails View
Mobile devices
FileMan on Mobile dirs menuDirectories-Menu
FileMan on Mobile tooltip fileTooltip File Data
FileMan on Mobile edit fileEdit Function


This script is Free, you can use, modify and publish it freely.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag is used in <table> to create table header cell?
<thead> <th> <td>
<table><tr>
  <th>Title 1</th>
  <th>Title 2</th>
</tr></table>
Which CSS property sets the distance between lines?
line-height word-spacing margin
.some_class {
  line-height: 150%;
}
Which function opens a new browser window.
alert() confirm() open()
document.getElementById("id_button").onclick = function(){
  window.open("http://coursesweb.net/");
}
Indicate the PHP function that returns an array with names of the files and folders inside a directory.
mkdir() scandir() readdir()
$ar_dir = scandir("dir_name");
var_export($ar_dir);
Ajax-PHP File Manager

Last accessed pages

  1. PHP Script Website Mini-Traffic (7261)
  2. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (142535)
  3. Zodiac Signs PHP code (7232)
  4. The Essene Gospel of Peace (2504)
  5. CSS3 Flexbox Container (1086)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (538)
  2. The Mastery of Love (65)
  3. CSS cursor property - Custom Cursors (63)
  4. Read Excel file data in PHP - PhpExcelReader (59)
  5. PHP-MySQL free course, online tutorials PHP MySQL code (44)