File Handling in a Nutshell
This comprehensive article teaches you how to read files, write to files, append to files. And also how to minimize the risk of data corruption using flock and explaining all its features.
http://devhome.net/php/tutorials/
(Rating: 0.00 Votes: 0)
Rate ItReview It
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.
http://www.phpdeveloper.org/tutout.php?num=11
(Rating: 0.00 Votes: 0)
Rate ItReview It
PHP 101 (part 5) - The Wonderland Factor
This concluding article in the series illustrates PHPs file functions, with examples of how to read and write files on the system. It also includes an explanation of user-defined functions, return values and function arguments, together with some not-so-real-life examples.
Price: Free
http://www.devshed.com/Server_Side/PHP/PHP101_5/
(Rating: 0.00 Votes: 0)
Rate ItReview It
Reading And Using Files
This tutorial/code shows how to read and handle files using PHP. Also explains built-in error protection.
Price: Free
http://www.php-scripts.com/php_diary/122699.php3
(Rating: 0.00 Votes: 0)
Rate ItReview It
Setting the Download Name of a File
Ever wondered how to set the name of a download file\? There are two ways to do this. One way is to pass the name of the file in the header. Another method is to send a "location" header with the url of the desired file.
Price: Free
http://evil.inetarena.com/php/set-dl-name.php3
(Rating: 0.00 Votes: 0)
Rate ItReview It
Simple File Parsing (Weather example)
This tutorial explains how to parse a given text file and display specific content using PHP. The presented example shows how to parse a weather information for your desired city. It also includes a shell script for downloading the weather data text file from http://weather.noaa.gov.
http://www.phpdeveloper.org/tutout.php?num=4
(Rating: 0.00 Votes: 0)
Rate ItReview It
Simple Form-Based File Uploads
Here is a step-by-step guide on how to create a PHP script that allows you to upload a file to a Web server via an HTML form interface.
Price: Free
http://www.thickbook.com/extra/php_fileupload.phtml
(Rating: 0.00 Votes: 0)
Rate ItReview It
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.
http://www.devshed.com/Server_Side/PHP/Stream1/
(Rating: 0.00 Votes: 0)
Rate ItReview It
Stream Me Up Scotty! (part 2)
Youve already seen how PHP4s FTP functions can help you interact with files on a remote server. In this article, learn how to use PHPs other file and directory manipulation functions, and build an equivalent application that demonstrates the difference between the two approaches.
http://www.devshed.com/Server_Side/PHP/Stream2/
(Rating: 0.00 Votes: 0)
Rate ItReview It