infolink

Showing posts with label two dimension array example. Show all posts
Showing posts with label two dimension array example. 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]