Submit Tutorial   

Multiple files upload
PHP » File Manipulation | July 04, 2008
You can upload multiple files with one time submission. Array is a big role in this tutorial, let's see the scripts.
File System Operations
PHP » File Manipulation | July 04, 2008
A list of handy file system commands for PHP developers.
Compressing and Decompressing a File in PHP
PHP » File Manipulation | July 04, 2008
Learn the basics of Compressing and Decompressing a file using bzcompress() function.
File Creator/Editor
PHP » File Manipulation | July 04, 2008
Create a form that makes and/or adds data to files on your server.
PHP Multiple Upload files
PHP » File Manipulation | July 04, 2008
Create a script for uploading multiple files to your site.