Tutorial search
PHP Tutorials
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
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 !
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.

In this tutorial I'm going to show you how to create this nice script for your site/forum.

In this tutorial i'm going to show you how you can create files simply by using PHP.

Make an upload form with automatic renaming for images

Overview of the many functions PHP has in file handling

PHP and Files - Working with Files using PHP Part 2

Creating files using PHP - Handy tip for creating files with PHP

Learn how to create a simple script to view the contents of a directory.

How to Force Downloads - Force a file download instead of opening it in a browser

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.

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.
Total Tutorials in Category: 97




