News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
DevShed:
Reading, Writing and Creating Files in PHP
August 23, 2006 @ 08:59:30

DevShed has a new tutorial posted today with a look at one of the more common tasks performed with PHP (second to generating web pages, of course) - working with files. It can be a little tricky for a budding PHP programmer, but they've got the info you need to get started.

Reading and writing to files can be useful if you do not require the storing of important data, such as a web counter. I must warn you though, that this method of storage should not be used to store passwords and other critical information, as it is not safe. Here we will discuss how to handle files and directories in PHP, specifically, how to create, read and write them.

They start off with a look at file permissions on both Unix and Windows systems ot give you an idea of what problems they could cause. Then, it's on to the actual files themselves - for this part, though, they only look at reading them in and working with their contents.

0 comments voice your opinion now!
tutorial reading writing creating files part1 permissions tutorial reading writing creating files part1 permissions



Similar Posts

Developer.com: PHP 5 OOP - Delegation and Custom Exceptions

DevShed: Reading, Writing and Creating Files in PHP

Devshed: A Close Look at the GD Library in PHP

Spindrop.us: Digg-style AJAX comment editing in PHP/symfony

Chris Cassell's Blog: Creating Magic Methods in PHP


Community Events







Don't see your event here?
Let us know!


cakephp package PHP5 book code zend PEAR developer conference framework ajax job application database example security mysql zendframework releases release

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework