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 defines the clickable areas inside the image map?
<map> <img> <area>
<img src="image.jpg" usemap="#map1">
<map name="map1">
  <area shape="rect" coords="9, 120, 56, 149" href="#">
  <area shape="rect" coords="100, 200, 156, 249" href="#">
</map>
Which CSS property defines what is done if the content in a box is too big for its defined space?
display overflow position
#id {
  overflow: auto;
}
Click on the event which is triggered when the mouse is positioned over an object.
onclick onmouseover onmouseout
document.getElementById("id").onmouseover = function(){
  document.write("Have Good Life");
}
Indicate the PHP variable that contains data added in URL address after the "?" character.
$_SESSION $_GET $_POST
if(isset($_GET["id"])) {
  echo $_GET["id"];
}
Ajax-PHP File Manager

Last accessed pages

  1. Create simple Website with PHP (43820)
  2. PhpSpreadsheet - Read, Write Excel and LibreOffice Calc files (26003)
  3. Creating Mask Layers in Flash (5062)
  4. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (137554)
  5. The Mastery of Love (6766)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (243)
  2. Read Excel file data in PHP - PhpExcelReader (84)
  3. The Four Agreements (73)
  4. PHP Unzipper - Extract Zip, Rar Archives (72)
  5. The Mastery of Love (63)
Chat
Chat or leave a message for the other users
Full screenInchide