I have looked for a this information in books and searching online but havent found it. If I have a multidimensional array kinda like this one…
Array 1
- ID = 1
- price = 9.99
Array 2
- ID = 2
- price = 12.99
Array 3
- ID = 3
- price = 15.00
Let’s say I want to edit the price of array 2, how could i do that?