PHP Tutorial

Introduction to Functions

Learn how to use PHP functions with this basic guide
Functions and OOP » shadow-fox.net
Score(+): 0 | Views: 22 | Save it | Report it


Top 20 Similar PHP Tutorials

Introduction to OOP

OOP stands for Object Oriented Programming. This is a short introduction to the concept.
Functions and OOP » retireat21.com
Score(+): 0 | Views: 32 | 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(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

Introduction to PHP

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

Introduction to using classes

This tutorial will teach you what classes are and how to use them effectively in your web application.
Functions and OOP » tutorialmonkey.com
Score(+): 1 | Views: 46 | Similar Tuts | Save it | View this tutorial

Introduction To Learning PHP

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

Introduction to using classes

Great guide to get started with PHP classes
General » tutorialmonkey.com
Score(+): 0 | Views: 26 | 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(+): 0 | Views: 41 | 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(+): 0 | Views: 35 | 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(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Hello World! Introduction to CodeIgniter

An basic introduction to the CodeIgniter Php Framework.
Advanced » codeigniter.com
Score(+): 0 | Views: 42 | 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(+): 1 | Views: 46 | 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(+): 0 | Views: 45 | 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(+): 0 | Views: 36 | 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(+): 0 | Views: 50 | Similar Tuts | Save it | View this tutorial

Creating your own PHP functions

A function in its simplest form is a set of instructions. Learn the basics in this tutorial.
Basics » zymic.com
Score(+): 1 | Views: 76 | Similar Tuts | Save it | View this tutorial

Advanced Functions with PHP

A brief tutorial containing how to information on Comments, Variables, Predefined $_GET Variable, Basic Math, Exponents, If Statements, Else Statements, Isset, Echo Function, Including HTML inside of PHP.
Basics » hackosis.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

PHP Random Functions

This tutorial is about PHP Random Functions
General » forum.codecall.net
Score(+): 1 | Views: 67 | Similar Tuts | Save it | View this tutorial

PHP ODBC Functions

This tutorial is about Managing Tables and Data Rows
Database » dba.fyicenter.com
Score(+): 0 | Views: 31 | Similar Tuts | Save it | View this tutorial

PHP MsSql Functions

A collection of 18 FAQs on connecting to MS SQL Server with PHP scripts
Database » dba.fyicenter.com
Score(+): 0 | Views: 44 | 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(+): 0 | Views: 37 | Similar Tuts | Save it | View this tutorial