Posts by Victor Lengler • 16 points
1 post
-
0
votes1
answer584
viewsA: Access row and column of an array
In php it is very easy to create and manipulate arrays. But here’s the thing: In your code you want to access a row and column of an array. For each row of the array, you are creating an array with…