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.
PHP Files » talkphp.com
Score(+): 1 | Views: 98 | Similar Tuts | Save it | View this tutorial

Building Content By Parsing RSS Feeds With PHP

This tutorial is about Building Content By Parsing RSS Feeds With PHP
General » shadow-fox.net
Score(+): 3 | Views: 130 | Similar Tuts | Save it | View this tutorial

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 » forum.nystic.com
Score(+): 0 | Views: 89 | Similar Tuts | Save it | View this tutorial

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.
PHP and Images » talkphp.com
Score(+): 7 | Views: 361 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 5 | Views: 120 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 6 | Views: 141 | Similar Tuts | Save it | View this tutorial

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 » ronsguide.com
Score(+): 2 | Views: 260 | Similar Tuts | Save it | View this tutorial

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.
PHP Files » ineedtutorials.com
Score(+): 3 | Views: 213 | Similar Tuts | Save it | View this tutorial

Reloading Your php.ini File with IIS 6 Manager

This tutorial is about reloading Your php.ini File with IIS 6 Manager
Advanced » associatedcontent.com
Score(+): 3 | Views: 172 | Similar Tuts | Save it | View this tutorial

Include File in a Variable

Learn how to include File in a Variable
General » desilva.biz
Score(+): 2 | Views: 155 | Similar Tuts | Save it | View this tutorial

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 » phpf1.com
Score(+): 2 | Views: 167 | Similar Tuts | Save it | View this tutorial

Upload and Rename File

Upload files to your site and rename them via a form
PHP Files » phpeasystep.com
Score(+): 2 | Views: 282 | Similar Tuts | Save it | View this tutorial

File Include Check

Learn how to check if a file is already included or not within a page
General » wlscripting.com
Score(+): 2 | Views: 153 | Similar Tuts | Save it | View this tutorial

Creating your Own Configuration File

Store your settings without editing!
General » pixel-designz.net
Score(+): 3 | Views: 289 | Similar Tuts | Save it | View this tutorial

Multiple Actions in one file

Learn How to Create Multiple Actions In One PHP File
General » 13dots.com
Score(+): 3 | Views: 171 | Similar Tuts | Save it | View this tutorial

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
PHP Files » phptoys.com
Score(+): 4 | Views: 301 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 1 | Views: 145 | Similar Tuts | Save it | View this tutorial

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 » gfx-depot.com
Score(+): 4 | Views: 164 | Similar Tuts | Save it | View this tutorial

Creating a file upload form with PHP

Learn the basics of coding an upload file form in PHP.
PHP Files » zymic.com
Score(+): 3 | Views: 232 | Similar Tuts | Save it | View this tutorial

Using Files on the Server File System

After studying this tutorial, you will know more about using Files on the Server File System
PHP Files » brainbell.com
Score(+): 5 | Views: 177 | Similar Tuts | Save it | View this tutorial