Tutorial search

PHP Tutorials
Tutorials
Stuff
Affiliates

PHP File Manipulation Tutorials


We hope that you will enjoy our PHP File Manipulation tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP File Manipulation tutorials to our site. Thank you !

Sort by:
Create custom backups from your website using cURL
Create custom backups from your website using cURL
Create a backup script and execute the PHP script using a CRON job. This tutorial is for webmasters if the websites control panel has only capabilities to create full site backups and/or where the access via SSH is disabled.
Category: PHP tutorials > File Manipulation - Difficulty:
Simple download counter with admin panel
Simple download counter with admin panel
In this tutorial I'm going to show you how to create this nice script for your site/forum.
Category: PHP tutorials > File Manipulation - Difficulty:
Create files with PHP
Create files with PHP
In this tutorial i'm going to show you how you can create files simply by using PHP.
Category: PHP tutorials > File Manipulation - Difficulty:
Make an upload form with automatic renaming for images
Make an upload form with automatic renaming for images
Make an upload form with automatic renaming for images
Category: PHP tutorials > File Manipulation - Difficulty:
Create a multiple file uploader
Create a multiple file uploader
Create a multiple file uploader
Category: PHP tutorials > File Manipulation - Difficulty:
Creating a very simple and correct upload form
Creating a very simple and correct upload form
Creating a very simple and correct upload form
Category: PHP tutorials > File Manipulation - Difficulty:
Overview of the many functions PHP has in file handling
Overview of the many functions PHP has in file handling
Overview of the many functions PHP has in file handling
Category: PHP tutorials > File Manipulation - Difficulty:
PHP and Files - Working with Files using PHP Part 2
PHP and Files - Working with Files using PHP Part 2
PHP and Files - Working with Files using PHP Part 2
Category: PHP tutorials > File Manipulation - Difficulty:
Creating files using PHP - Handy tip for creating files with PHP
Creating files using PHP - Handy tip for creating files with PHP
Creating files using PHP - Handy tip for creating files with PHP
Category: PHP tutorials > File Manipulation - Difficulty:
Viewing All Files in a Directory
Viewing All Files in a Directory
Learn how to create a simple script to view the contents of a directory.
Category: PHP tutorials > File Manipulation - Difficulty:
Using Files on the Server File System
Using Files on the Server File System
Using Files on the Server File System
Category: PHP tutorials > File Manipulation - Difficulty:
Advanced File System Operations
Advanced File System Operations
Advanced File System Operations
Category: PHP tutorials > File Manipulation - Difficulty:
How to Force Downloads - Force a file download instead of opening it in a browser
How to Force Downloads - Force a file download instead of opening it in a browser
How to Force Downloads - Force a file download instead of opening it in a browser
Category: PHP tutorials > File Manipulation - Difficulty:
 Directory Listings, list files and subfolder using php
Directory Listings, list files and subfolder using php
Directory Listings, list files and subfolder using php. This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list. We first open current directory by $TrackDir=opendir("."); The opendir function returns a directory handle resource on success, or FALSE on failure.
Category: PHP tutorials > File Manipulation - Difficulty:
Creating Files and Folders with PHP
Creating Files and Folders with PHP
This tutorial will teach you how to create files and folders with PHP. Very useful for someone who has a need of auto-mating folder(directory) creation.
Category: PHP tutorials > File Manipulation - Difficulty:
Total Tutorials in Category: 97