PHP Tutorial
Top 20 Similar PHP Tutorials
Advanced PHP: Working with Interfaces
When you create an interface, you're basically creating a prototype/blueprint of functions that classes using the interface must implement in order to be valid. It's usually easier to learn from example, so here's a basic interface that represents a Page.
Working Around Magic Quotes in PHP
This tutorial is about Working Around Magic Quotes in PHP
General »
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 »
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 »










