infolink

Showing posts with label array example in php. Show all posts
Showing posts with label array example in php. Show all posts

Thursday, 29 March 2012

Two dimension Array Example in PHP

this example shows the behavior of two dimension array.two dimension means in rows and columns like table.
i.e.
[0][0]  [0][1]  [0][2]


[1][0]  [1][1]  [1][2]


[2][0]  [2][1]  [2][2]

PHP Array Example

This tutorial is about the Array. Array is a list of data. Like
Car          // Array name

  • CIVIC                    // data of array
  • CITY                        // data of array
  • SANTRO                  // data of array