Current Time 00:00 Total Time 00:00
We are always looking for input on our tutorial content. If you have a suggestion, comment, additional information on this topic that you feel should be added, drop us a line. We appreciate your input.
Title: Arrays - Part 1 Category: PHP
Topic: Essential Training Publish Date: 2016-02-01
Views: 191
Author: Mike King
In this tutorial we begin our journey understanding Arrays in PHP. In part 1 of this 2 part series, we look at the numeric based arrays and the associative arrays. An array is a data structure that stores one or more similar type of values in a single value. Arrays are an important part of any programming language and are used frequently as we build dynamic web sites. We explain the numeric based arrays and associative arrays in the initial presentation and move our focus into the lab where we demonstrate different types of arrays and how they are used in programming with PHP.