Top 20 Similar PHP Tutorials
RSS Parsing with SimpleXML
This tutorial will provide a simple example of one method for parsing an XML document, more specifically, an RSS formatted XML document. This tutorial will use the new Simple XML object added to PHP 5.
Building Content By Parsing RSS Feeds With PHP
This tutorial is about Building Content By Parsing RSS Feeds With PHP
General »
Minimal Sanitation Techniques
Whenever you input data into the database, it must be sanitized. This is simply not an option. Not doing so leaves room for various exploits and attacks.
Security »
PHP GD Library Walkthrough: Creating a Bar Chart
Ever wanted to become adept in PHP's GD library? This article will show you how to create a bar chart using the PHP GD library.
Complete Walkthrough: Creating a Gallery Class
In this tutorial we will be create a gallery class, and also a template class that will work together with the gallery class. This will extend on a few of the tips and tricks that many of you will have picked up if you've been followed the developments here at TalkPHP.
Basics »
PHP Walkthrough & Script: Building an Apache-like Access Control List (ACL)
We're going to be constructing an Apache-like, in fact we're going to be emulating the Apache ACL in its entirety. Although you could quite easily use Apache, this allows you to see how it's all done and even extend onto it to allow temporary bans which expire after a certain amount of time - if you were that way inclined.
Security »
Flat File Database (Database from a text file)
Learn how to store and retrieve information using PHP's built in file handling functions along with serialize and unserialize
General »
php file upload
In this tutorial i will teach you how you can upload files to your website using PHP. I will teach you the basics and show you how to manage which files may be uploaded.
Reloading Your php.ini File with IIS 6 Manager
This tutorial is about reloading Your php.ini File with IIS 6 Manager
Advanced »
PHP include file tutorial
In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.
Basics »
Upload and Rename File
Upload files to your site and rename them via a form
Creating a file upload system
In this tutorial I will show you how to create a simple file upload system with your user can upload a file from the local computer to your webserver
Storing multidimensional arrays in a file
In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a very basic database functionality.
Basics »
Write and read from a text file using PHP
After studying this tutorial you will be able to write and read from a text file using PHP
General »
Creating a file upload form with PHP
Learn the basics of coding an upload file form in PHP.
Using Files on the Server File System
After studying this tutorial, you will know more about using Files on the Server File System






