 | Writing to a file in PHP |
| Learn the simplest way to write to a file, and also how to prevent the same information from being entered twice. |
| PHP Tutorials > File Manipulation |
| |
 | Page Titles by Folder Names |
| This is a useful little script for changing the title of multiple pages based on the folder name. This comes in handy if you have several pages with the same title within one folder. |
| PHP Tutorials > File Manipulation |
| |
 | Uploading files |
| Shows you how I made my upload files form(s) in the Media Administration area. (Does NOT require globals to be on.) |
| PHP Tutorials > File Manipulation |
| |
 | Reading and Writing to Files |
| Nowadays, PHP programmers generally use databases such as MySQL to do everything, however, every programmer should at least know the basics of reading and writing to files - that IS what a database does. Come read an all you need to know introduction to f |
| PHP Tutorials > File Manipulation |
| |
 | Last Modified |
| Learn how to check when the file was last modified using power of PHP. |
| PHP Tutorials > File Manipulation |
| |
 | Handling File Uploads |
| Many of you want to allow user to upload scripts, document or images to your site. Peter explains how enable single and multiple file uploads to your site using PHP, with a bit a file type checking. |
| PHP Tutorials > File Manipulation |
| |
 | Speed Limiting File Downloads |
| It is common to have downloads on your website, and sometimes you want to moderate your downloads by speed, or possibly hide the directory that the download is coming from, protecting all your other files. This is very possible and very simple to solve in |
| PHP Tutorials > File Manipulation |
| |
 | Uploading Files with Forms and PHP |
|
| PHP Tutorials > File Manipulation |
| |
 | File upload with PHP |
|
| PHP Tutorials > File Manipulation |
| |
 | Easy File Uploads |
| Well, tired of FTP'n everything up to your site? Or even want to allow other members to upload files but you dont' want to give them FTP access? Well lets create a file upload system that will take care of all your uploading woes. THis also employs some m |
| PHP Tutorials > File Manipulation |
| |
 | Configuration File Processing with PHP |
|
| PHP Tutorials > File Manipulation |
| |
 | Building a File Manager, Part 2 |
| This tutorial continues building the file manager started in part one. |
| PHP Tutorials > File Manipulation |
| |
 | Data Access Benchmarks |
| This tutorial compares several methods of accessing file-based data. |
| PHP Tutorials > File Manipulation |
| |
 | Writing A File Upload Class |
|
| PHP Tutorials > File Manipulation |
| |
 | Rename files with random names |
| This script renames all the files (or some of the files) in a given directory (default is cureeent dir) with a random names, leaving the extensions as they were before. |
| PHP Tutorials > File Manipulation |
| |
 | Uploading a File |
|
| PHP Tutorials > File Manipulation |
| |
 | Form-Based Image Upload |
| Learn how to upload images easy using forms and PHP. Great for beginners. |
| PHP Tutorials > File Manipulation |
| |
 | Writing to a file |
| in this tutorial, you will learn the basic of creating a simplistic news system. It will use fwrite, fopen, fclose. It will definetly help you for your later interaction with flatfiles |
| PHP Tutorials > File Manipulation |
| |
 | Stream Me Up Scotty! |
| PHP4 comes with a bunch of new functions designed to allow FTP connections over the Web. This article explores the new FTP functions, together with an example of how they can be used to build a browser-based FTP client. |
| PHP Tutorials > File Manipulation |
| |
 | File Uploading in PHP 4 |
| This is a step-by-step tutorial that shows how to upload files to the server through an HTML form and PHP. It covers creating the client-side HTML, accessing the file from PHP, and processing the uploaded File in PHP. |
| PHP Tutorials > File Manipulation |
| |