PHP 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 »
Top 20 Similar PHP Tutorials
Prevent Direct Access To A File with PHP
This tutorial is about Preventing Direct Access To A File with PHP
Security »
PHP Walkthrough & Script: Building an Apache-like Access Control List (ACL)
We're going to be constructing an Apache-like, in fact we're going to be emulating the Apache ACL in its entirety. Although you could quite easily use Apache, this allows you to see how it's all done and even extend onto it to allow temporary bans which expire after a certain amount of time - if you were that way inclined.
Security »
Getting Started with Array Functions
Arrays can be extremely useful. It's just when someone asks in what instance would you use an array, I end up being quite stumped to give a decent example. The truth is that arrays are used everywhere, from returning information from a database table, or storing models for your code. They come in a few forms: basic arrays or numeric arrays, multidimensional arrays and associate arrays.
Basics »
Detailed PHP array tutorial
In this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch on multidimensional arrays as well.
Basics »
Create dropdown menus using array
This tutorial will explain how to create a dropdown menu using function which populates values from the array
General »
Storing a PHP Array in a MySQL Database
Learn how to store a PHP Array in a MySQL Database
Database »
PHP Array Pagination with Class Based Script
This tutorial is about PHP Array Pagination with Class Based Script
General »
Alternating Row Colors From mysql results and/or array values
This tutorial is about alternating Row Colors From mysql results and/or array values
Database »
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 »
Understanding PHP Arrays and Their Basic Operations
A collection of 11 tips on PHP array introduction
General »










