| File Processing: Writing to a file | |
| It is simple to write data to a file through the use of 2 fuctions - fwrite() (file write) and fputs() (file put string), although fputs() is an alias to fwrite(). This tutorial will show you how. | |
| PHP Tutorials > File Manipulation | |
| Uploading a file in PHP | |
| This article shows how to upload files in PHP. Uploading files in PHP is very easy. You don't have to use any components as you do in ASP. All the file handling is done by built-in PHP functions. | |
| PHP Tutorials > File Manipulation | |