Top 20 Similar PHP Tutorials

PHP Classes

With the introduction of PHP4, PHP introduced classes, a type of programming subdivision typically only seen in desktop languages. PHP5 expanded upon this implementation, creating what many consider to be a nearly full object orientation implementation. This tutorial will focus on only the basic realm of classes, which is compatible with both PHP4 and PHP5, unless otherwise noted. Note that you need a decent understanding of PHP to read this :D (including the understanding of how functions work)
Functions and OOP » forum.nystic.com
Score(+): 3 | Views: 141 | Similar Tuts | Save it | View this tutorial

PHP Classes - A Breakdown

What is OOP? How do you use OOP with PHP? What's a class? All these questions an more answered in an detailed tutorials covering PHP and Classes.
Functions and OOP » xangelo.nookish.com
Score(+): 3 | Views: 127 | Similar Tuts | Save it | View this tutorial

PHP Objects and Classes

In this video tutorial you will learn more about objects and classes
General » sampsonvideos.com
Score(+): 2 | Views: 89 | Similar Tuts | Save it | View this tutorial

PHP Objects and Classes Part

This is a video tutorial about PHP Objects and Classes
General » sampsonvideos.com
Score(+): 3 | Views: 108 | Similar Tuts | Save it | View this tutorial

Create a basic Calculator using classes

In this tutorial you will learn how to create a basic Calculator using classes
General » hotsnow.co.uk
Score(+): 4 | Views: 188 | Similar Tuts | Save it | View this tutorial

OOP Theory - How to develop your whole site using classes

In this tutorial you will learn how to develop your whole site using classes
General » tech-gfx.net
Score(+): 3 | Views: 126 | Similar Tuts | Save it | View this tutorial

Introduction to PHP

In this tutorial you can understand basic concepts of PHP.
Basics » phptutorial.info
Score(+): 2 | Views: 119 | Similar Tuts | Save it | View this tutorial

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

Introduction to OOP

OOP stands for Object Oriented Programming. This is a short introduction to the concept.
Functions and OOP » retireat21.com
Score(+): 3 | Views: 200 | Similar Tuts | Save it | View this tutorial

Introduction To Learning PHP

Learn PHP In A Series Great For Newbies
Basics » combined-minds.net
Score(+): 2 | Views: 122 | Similar Tuts | Save it | View this tutorial

Introduction to Serializing with an example

This is an introduction to Serializing with an example
General » avengex.com
Score(+): 2 | Views: 121 | Similar Tuts | Save it | View this tutorial

Introduction to Functions

Learn how to use PHP functions with this basic guide
Functions and OOP » shadow-fox.net
Score(+): 3 | Views: 168 | Similar Tuts | Save it | View this tutorial

An Introduction to Sessions & Cookies in PHP

This tutorial is an Introduction to Sessions & Cookies in PHP
Basics » biorust.com
Score(+): 2 | Views: 229 | Similar Tuts | Save it | View this tutorial

An introduction to conditional statements

In this tutorial you will learn about conditional statements, the if- and switch-statements.
Basics » tutorials.birdy.nu
Score(+): 3 | Views: 107 | Similar Tuts | Save it | View this tutorial

Hello World! Introduction to CodeIgniter

An basic introduction to the CodeIgniter Php Framework.
Advanced » codeigniter.com
Score(+): 4 | Views: 300 | Similar Tuts | Save it | View this tutorial

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.
Functions and OOP » tutorialcode.com
Score(+): 4 | Views: 139 | Similar Tuts | Save it | View this tutorial

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

Introduction to Object Oriented Programming

This tutorial is a light into the world of OOP
General » shadow-fox.net
Score(+): 4 | Views: 141 | Similar Tuts | Save it | View this tutorial

Introduction to Cookies and Session Management

This tutorial is an Introduction to Cookies and Session Management
Basics » brainbell.com
Score(+): 2 | Views: 147 | Similar Tuts | Save it | View this tutorial

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