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 HTML element can be used to embed a SWF flash content?
<object> <div> <script>
<object type="application/x-shockwave-flash" data="file.swf" width="500" height="250">
 <param name="src" value="file.swf" />
 Your browser not support SWF.
</object>
Which CSS pseudo-class adds a style to an input form field that has keyboard input focus?
:active :focus :hover
input:focus {
  background-color: #88fe88;
}
Click on the instruction which converts a JSON string into a JavaScript object.
JSON.stringify(javascript_object) object.toString() JSON.parse(json_string)
var jsnstr = '{"url": "http://coursesweb.net/", "title": "Web Development Courses"}';
var obj = JSON.parse(jsnstr);
alert(obj.url);
Indicate the PHP function which can be used to create or write a file on server.
fopen() file_put_contents() file_get_contents()
if (file_put_contents("file.txt", "content")) echo "The file was created";
else echo "The file can not be created";
Ajax-PHP File Manager

Last accessed pages

  1. jQuery UI draggable - Drag elements (11445)
  2. Display data from PHP Array, or MySQL in HTML table (26980)
  3. Redirects (4978)
  4. jsSHA - SHA Hashes and HMAC in JavaScript (3519)
  5. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (142307)

Popular pages this month

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