 
  |
 |
File Manipulation scripts |
Basic PHP File Handling
|
|
 |
|
We've mostly focused on MySQL-type tutorials, but we'll show you in this tutorial the basics of file handling. This includes opening a directory and listing the files, opening a file and showing it's contents and opening, then modifying a file. Delet
|
 |
| |
Reading and writing Data from and into files
|
|
 |
|
View and modify file attributes, read and list directory contents, alter file permissions, retrieve file contents into a variety of native data structures, and search for files based on specific patterns.
|
 |
| |
Introduction to Files
|
|
 |
|
In this tutorial you will learn how to open, read, write, rename, remove and upload files using one of the best server-side languages -- PHP. It will overview the fopen() function and the different modes needed to open files. It will then teach you h
|
 |
| |
FTP Upload via cURL
|
|
 |
|
Uploading files to a remote FTP server is very effective while using the cURL library. This short PHP tutorial will show the user how to upload a file to a password protected FTP server.
|
 |
| |
Tutorial: Create a zip file from folders on...
|
|
 |
|
Creating zip files on a web server is a feature which could be very useful for backups or just for offering an unknown number of dynamic files or folder inside of a directory. This tutorial shows us how handle that with only a few rows of PHP code!
|
 |
| |
PHP & File Compression/Archiving techniques
|
|
 |
|
PHP has some very easy, simple yet powerful, extensions for file compression support. zip, gZip, bZip2, LZF libraries are popular extensions with php. Each one is actually a different compression format... all of them have their own algorithms to com
|
 |
| |
PHP include file tutorial
|
|
 |
|
In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.
|
 |
| |
PHP Includes
|
|
 |
|
An introduction to the PHP include function and example an of how to use this to create a template base for your website.
|
 |
| |
Image upload with MYSQL database
|
|
 |
|
In this tutorial is presented a simple code with informations about programing a script that uses MYSQL database to upload images. Very simple to interpretate, to code and to test, its a simple way to learn how to program a upload script that select
|
 |
| |
|
 |
 
  |