PHP Tutorial
Using Arrays (with EXPLODE)
This tutorial can Guide you to use collections of data known as arrays
General »
Top 20 Similar PHP Tutorials
Using the explode function in PHP
This tutorial is about Using the explode function in PHP
Explode and Implode
In this short guide the author will be explaining both the explode function and implode function. Both are very simple functions but both can be usefully applied in a real world scenario.
General »
Utilizing Arrays
This tutorial is going to help you to learn more about using array in PHP
General »
Updating Serialized Arrays
Learn how to update serialized arrays in PHP
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 »
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 »
Understanding PHP Arrays and Their Basic Operations
A collection of 11 tips on PHP array introduction
General »
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 »










