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 » talkphp.com
Score(+): 0 | Views: 27 | Save it | Report it


Top 20 Similar PHP Tutorials

Printing all elements in an array

Learn how to print all elements in an array
General » veckd.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Prevent Direct Access To A File with PHP

This tutorial is about Preventing Direct Access To A File with PHP
Security » iscripting.net
Score(+): 0 | Views: 50 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 0 | Views: 20 | Similar Tuts | Save it | View this tutorial

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 » phpf1.com
Score(+): 0 | Views: 30 | Similar Tuts | Save it | View this tutorial

Create dropdown menus using array

This tutorial will explain how to create a dropdown menu using function which populates values from the array
General » coremediadesign.co.uk
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

Storing a PHP Array in a MySQL Database

Learn how to store a PHP Array in a MySQL Database
Database » asakusuma.com
Score(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

PHP Array Pagination with Class Based Script

This tutorial is about PHP Array Pagination with Class Based Script
General » lotsofcode.com
Score(+): 1 | Views: 63 | Similar Tuts | Save it | View this tutorial

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 » stilisticdev.net
Score(+): 0 | Views: 38 | 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: 23 | 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: 48 | 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: 21 | 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: 33 | 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: 27 | 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: 46 | 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: 82 | 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: 43 | 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: 51 | Similar Tuts | Save it | View this tutorial

Understanding PHP Arrays and Their Basic Operations

A collection of 11 tips on PHP array introduction
General » dev.fyicenter.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial