Categories
PHPTips and Tutorials → File Manipulation

Creating a file manager

In this tutorial I will show you how to create a PHP application to display directory content (filename, filesize, modification date) and navigate between them.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Creating file online

In this tutorial I will show you how to create a file on your web server using your browser. We will create a html form which will be store the file during the form processing mechanism.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Creating a Multi-File Upload Script in PHP

Frustrated with single-file upload scripts? Looking for an alternate route? Read as Jonathan shows us how easy it really is to setup a multi-file upload script using PHP. As a PHP programmer I had run into a problem where a client needed a form...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Writing to a File

This script takes some text from an online form and write it to a file on the server. If the file does not exist, it attempts to create it.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

Secure File Upload with PHP

PHP makes uploading files easy. You can upload any type of file to your Web server. In spite of security issues that should be addressed before enabling file uploads, the actual mechanisms to allow this are straight forward. In this tutorial we will ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Gzip Compression

This script radically reduces loading time by sending HTML in a compressed format.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

PHP AJAX example: asynchronous file upload

Asynchronous file uploads is quote popular feature in modern AJAX web-applications. However standard AJAX classes (XmlHttpRequest) does not have capabilities to process or send files selected with &"file dialog&" (input type=&&q...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

File manipulation (Part-2)

In this PHP Tutorial you will learn the 2nd Part of File Manipulation Reading lines from a file, Reading arbitrary amounts of data from a file, Writing to a file, Creating directories, Removing a directory and Opening a directory for reading.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

File manipulation (Part 1)

In the PHP Tutorial You will learn about File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, reading, or appending.You can test for the existenc...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Upload files using a HTML form in PHP

This script will help you for the baics of uploading images or files to your server using a HTML form and the PHP function copy. We haven''t explained form validation or file checking - We''ll go into further detail on that in future tutori...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com