31.10.2016, 02:18
Quote:
Two dimensional array - you need to specify your choice
new array[x][y] = X; array[x] = UNKNOWN; You need to add [y] to your array. Here is a fixed code: PHP код:
|
Two dimensional array - you need to specify your choice
new array[x][y] = X; array[x] = UNKNOWN; You need to add [y] to your array. Here is a fixed code: PHP код:
|