PHP Tutorial

Understanding PHP Arrays and Their Basic Operations

A collection of 11 tips on PHP array introduction
General » dev.fyicenter.com
Score(+): 0 | Views: 49 | Save it | Report it


Top 20 Similar PHP Tutorials

Understanding String Literals and Operations

This tutorial is about understanding String Literals and Operations
General » dev.fyicenter.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

Understanding and Managing Cookies

Understanding and Managing Cookies - 23 Short Tutorials for Beginners
Basics » dev.fyicenter.com
Score(+): 0 | Views: 61 | Similar Tuts | Save it | View this tutorial

Understanding and Managing Sessions

Here you can find 19 Short Tutorials for Beginners, which are about Understanding and Managing Sessions
Basics » dev.fyicenter.com
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

Understanding the Life of a Session

Covering the biggest session misconceptions. Understand once and for all what they are all about.
Security » talkphp.com
Score(+): 0 | Views: 34 | Similar Tuts | Save it | View this tutorial

Utilizing Arrays

This tutorial is going to help you to learn more about using array in PHP
General » ronsguide.com
Score(+): 0 | Views: 30 | Similar Tuts | Save it | View this tutorial

Using Arrays (with EXPLODE)

This tutorial can Guide you to use collections of data known as arrays
General » biorust.com
Score(+): 0 | Views: 28 | Similar Tuts | Save it | View this tutorial

Working with Arrays

When simple variables are just not good enough you should use arrays
General » brainbell.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Sorting 2D-arrays in PHP

Learn how to Sort 2D-arrays in PHP
General » prodevtips.com
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

Working with Arrays

Learn How To Work with Arrays with 19 Short Tutorials for Beginners
General » dev.fyicenter.com
Score(+): 0 | Views: 56 | Similar Tuts | Save it | View this tutorial

Passing Arrays by Reference

Learn how to pass arrays by reference in PHP
General » code2design.com
Score(+): 0 | Views: 95 | Similar Tuts | Save it | View this tutorial

How and when to efficiently use arrays as key-value pair

In this section we cover what arrays are, what they are used for and how to work with arrays in PHP
General » php-learn-it.com
Score(+): 0 | Views: 57 | Similar Tuts | Save it | View this tutorial

Updating Serialized Arrays

Learn how to update serialized arrays in PHP
Functions and OOP » thecodingzone.com
Score(+): 1 | Views: 48 | 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(+): 0 | Views: 55 | Similar Tuts | Save it | View this tutorial

Using the Internal Array Pointers to Access Elements in Arrays

The native array pointer functions in PHP allow you to traverse an array without actually referring to specific array elements. They can be particularly useful if you're using an associative array and wish to use the first element in the array. An internal array pointer, in PHP, is fundamentally an invisible pointer that points to a particular record in an array.
Basics » talkphp.com
Score(+): 0 | Views: 47 | Similar Tuts | Save it | View this tutorial

Basic Variables

Learn the basics of one of the most important parts of PHP!
Basics » evogfx.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Basic Variables

An intro on how to create a PHP user system.
General » evogfx.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Basic Strategy game

This tutorial contains a Simple attack script
Advanced » phpgamedev.blogspot.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

Basic Strategy game

Today I will try to explain how to train and untrain units, which user will use to attack others or defend himself
Advanced » phpgamedev.blogspot.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

Basic Strategy game

Today the author will try to explain how to create Bank structure, which would allow us to make more money per turn.
Advanced » phpgamedev.blogspot.com
Score(+): 0 | Views: 49 | Similar Tuts | Save it | View this tutorial

Basic Random Image

In this tutorial we'll see a basic script to display random images.
General » tutorialstream.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial