If you’re still new to PHP’s file functions, check out this article, where you will learn almost every aspect of handling files in PHP: reading, writing, copying, deleting, and more!
Join the discussion!
PHPit Forums has opened its doors, so come joins us for the latest PHP discussions. If you need help with a certain problem, or just want to know something about OOP or design patterns, PHPit Forums is the place to be. Or, if you're a true PHP expert, we could really need your knowledge, so join PHPit Forums and share your expertise!
Recently Added
A beginners introduction to PHP’s file functions
Article posted on February 13th, 2006 by Dennis PallettHandling passwords safely in PHP
Article posted on February 6th, 2006 by Dennis PallettIn this article Dennis Pallett will talk you through the common pitfalls of password security in PHP, and how to prevent them.
An introduction to XML-RPC in PHP
Article posted on January 29th, 2006 by Dennis PallettLearn more about XML-RPC and web services in this tutorial, in which Dennis Pallett will show you how to create your own XML-RPC web service and client.
Creating a SECURE file manager with PHP
Article posted on January 25th, 2006 by Dennis PallettIn this follow-up tutorial on ‘Creating a file manager with PHP’, Dennis Pallett shows you how to create a completely secure file manager!
Uploading files with PHP
FAQ posted on January 23rd, 2006 by Dennis PallettHow do I upload a file with PHP?
Creating a file manager with PHP
Article posted on January 22nd, 2006 by Dennis PallettThis tutorial will show you exactly how to build your own file manager in PHP, allowing you to upload, edit, delete and download files online.
PHP Security: Basic PHP Security
Article posted on January 15th, 2006 by Dennis PallettIn this article Dennis Pallett talks about the two security principles of PHP: filter input, escape output. Read more to learn about basic PHP security.
Back to basics: PHP & Arrays
Article posted on January 10th, 2006 by Dennis PallettNo more Ajax, Tags, Web 2.0 or anything else: it’s back to basics with this article on Arrays in PHP, by Dennis Pallett.