PHP Tutorial
Understanding PHP Arrays and Their Basic Operations
A collection of 11 tips on PHP array introduction
General »
Top 20 Similar PHP Tutorials
Understanding String Literals and Operations
This tutorial is about understanding String Literals and Operations
General »
Understanding and Managing Cookies
Understanding and Managing Cookies - 23 Short Tutorials for Beginners
Basics »
Understanding and Managing Sessions
Here you can find 19 Short Tutorials for Beginners, which are about Understanding and Managing Sessions
Basics »
Understanding the Life of a Session
Covering the biggest session misconceptions. Understand once and for all what they are all about.
Security »
Utilizing Arrays
This tutorial is going to help you to learn more about using array in PHP
General »
Using Arrays (with EXPLODE)
This tutorial can Guide you to use collections of data known as arrays
General »
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 »
Updating Serialized Arrays
Learn how to update serialized arrays in PHP
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 »
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 »
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 »
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 »










