Talk:Creating an Array: Difference between revisions

m
(error detected)
Line 23:
 
== PHP ==
::<quote>
::#You would call the array by this code. This will call the 3rd 1 on the second list
::echo $array[1][3];
::</quote>
:This is in fact wrong, 'echo $array[1][3] would print the 4th element within the second element, not the 3rd one. I'll edit tonight or something... --[[User:CrashandDie|CrashandDie]] 07:18, 2 July 2007 (EDT)