Jump to content

Creating an Array: Difference between revisions

No edit summary
Line 65:
array(3, 3, 3, 3, 3, 3)
);
);
#You would call the array by this code. This will call the 3rd 1 on the second list
echo $array[1][3];
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.