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 adds an image in web page?
<div> <img> <span>
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Which of these CSS codes displays the text oblique?
font-style: italic; text-decoration: underline; font-weight: 500;
#id {
  font-style: italic;
}
Click on the jQuery function used to hide with animation a HTML element.
click() hide() show()
$(document).ready(function() {
  $(".a_class").click(function(){ $(this).hide("slow"); });
});
Click on the correctly defined function in PHP.
fname function() {} function fname() {} function $fname() {};
function fname($a, $b) {
  echo $a * $b;
}
Ajax-PHP File Manager

Last accessed pages

  1. Heart shape with CSS (2460)
  2. Ajax Voting Script - Vote Up Down (8514)
  3. PHP Unzipper - Extract Zip, Rar Archives (31755)
  4. The Mastery of Love (6789)
  5. Get Attribute (ID, Class, Name, Title, Src) with jQuery (74425)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (322)
  2. Read Excel file data in PHP - PhpExcelReader (118)
  3. The Four Agreements (97)
  4. PHP Unzipper - Extract Zip, Rar Archives (94)
  5. The Mastery of Love (86)