PHP Tutorial
Introduction to using PEAR HTML_Template_IT Package - Create .tpl files!
Learn how to use the PEAR HTML_Template_IT Package to create a templating system for your website using PHP and HTML
Advanced »
Top 20 Similar PHP Tutorials
Introduction to PHP
This tutorial is an Introduction to PHP and after studying this tutorial you will be able to write a Hello World program.
Basics »
Introduction to OOP
OOP stands for Object Oriented Programming. This is a short introduction to the concept.
Create a PHP Include File to create logging of server messages to a central logfile
This is a PHP include file which does logging of messages to a central logfile. You can use it in all your applications to avoid writing the same code over and over.
General »
Introduction to Functions
Learn how to use PHP functions with this basic guide
Introduction to using classes
This tutorial will teach you what classes are and how to use them effectively in your web application.
Introduction to Serializing with an example
This is an introduction to Serializing with an example
General »
An Introduction to Sessions & Cookies in PHP
This tutorial is an Introduction to Sessions & Cookies in PHP
Basics »
An introduction to conditional statements
In this tutorial you will learn about conditional statements, the if- and switch-statements.
Basics »
Hello World! Introduction to CodeIgniter
An basic introduction to the CodeIgniter Php Framework.
Advanced »
Introduction to Cookies and Session Management
This tutorial is an Introduction to Cookies and Session Management
Basics »
Introduction to Object Oriented Programming
This basic introduction to object oriented programming in PHP will take you through the process of creating your first class and show you how you can use it in your very own website.
A Brief Introduction to Using the Wonderful SQLite in your PHP Applications
Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides.
Database »
Introduction to Object Oriented Programming
This tutorial is a light into the world of OOP
General »
PHP and Files
Working with files is a basic necessity for programmers and PHP gives you a great facility for creating, uploading, and editing files. This section is completely dedicated to how PHP can interact with files.
PHP and Files
In this tutorial you can learn more about working with Files using PHP
Introduction to Debugging and Error Checking your PHP Applications
Debugging essentially means to track down an error in your code. Found a "bug" in your code? Then you need to "de-bug" it! This article will introduce you to some basic concepts such as error checking and built-in functions like var_dump() that will aid you in tracking down errors in your PHP applications. There are also many fully-fledged debugging tools for PHP that lets you set breakpoints, watch variables, and such like, but we won't be using them in this article.
Basics »
Creating Files with PHP
In this tutorial you will learn how to create all kinds of files using PHP.






